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

Baptiste Coudurier baptiste.coudurier
Wed May 19 23:06:47 CEST 2010


On 05/19/2010 02:01 PM, Michael Niedermayer wrote:
> 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

Go, go, go :)

-- 
Baptiste COUDURIER
Key fingerprint                 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer                                  http://www.ffmpeg.org



More information about the ffmpeg-devel mailing list