[FFmpeg-devel] [PATCH] vf_fade: fade alpha
Mark Himsley
mark at mdsh.com
Sat Nov 5 22:52:45 CET 2011
On 05/11/2011 13:31, Stefano Sabatini wrote:
> On date Saturday 2011-11-05 02:00:22 +0000, Mark Himsley encoded:
>> use options framework
>>
>> --
>> Mark
[...]
>> diff --git a/libavfilter/vf_fade.c b/libavfilter/vf_fade.c
>> index 5032019..6f750b4 100644
>> --- a/libavfilter/vf_fade.c
>> +++ b/libavfilter/vf_fade.c
>> @@ -25,48 +25,130 @@
>> * based heavily on vf_negate.c by Bobby Bingham
>> */
>>
>> +#include "libavutil/avstring.h"
>> +#include "libavutil/eval.h"
>> +#include "libavutil/opt.h"
>> #include "libavutil/pixdesc.h"
>> #include "avfilter.h"
>
>> +#include "drawutils.h"
>
> This looks spurious.
True. It slipped from patch 'b' into patch 'a'.
Thanks for the review.
[...]
--
Mark
More information about the ffmpeg-devel
mailing list