[FFmpeg-devel] [PATCH] make width and height available as parameters in vf_scale

Michael Niedermayer michaelni
Wed May 19 23:01:59 CEST 2010


On Wed, May 19, 2010 at 02:00:31PM -0700, Baptiste Coudurier wrote:
> Hi
>
> $subject.
>
> -- 
> Baptiste COUDURIER
> Key fingerprint                 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
> FFmpeg maintainer                                  http://www.ffmpeg.org

>  vf_scale.c |   50 +++++++++++++++++++++++++++++++++++++++++---------
>  1 file changed, 41 insertions(+), 9 deletions(-)
> cd5961cb76a87a3faca27f594e0daae5a629e3cb  vf_scale_params.patch
> Index: libavfilter/vf_scale.c
> ===================================================================
> --- libavfilter/vf_scale.c	(revision 23157)
> +++ libavfilter/vf_scale.c	(working copy)
> @@ -24,9 +24,22 @@
>   */
>  
>  #include "avfilter.h"
> +#include "libavcodec/eval.h"
>  #include "libavutil/pixdesc.h"
>  #include "libswscale/swscale.h"
>  

eval is not yet public abi
if needed (that is if stefano gave up) i can fix this

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Many things microsoft did are stupid, but not doing something just because
microsoft did it is even more stupid. If everything ms did were stupid they
would be bankrupt already.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100519/53fd8b02/attachment.pgp>



More information about the ffmpeg-devel mailing list