[FFmpeg-devel] [PATCH] ffplay: fix sws_flags
Marton Balint
cus at passwd.hu
Sun Jan 13 19:15:57 CET 2013
On Sun, 13 Jan 2013, Michael Niedermayer wrote:
> On Mon, Dec 31, 2012 at 06:31:38PM +0100, Michael Niedermayer wrote:
>> Fixes Ticket45
>>
>> Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
>> ---
>> ffplay.c | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/ffplay.c b/ffplay.c
>> index 7d47bcd..e2e226f 100644
>> --- a/ffplay.c
>> +++ b/ffplay.c
>> @@ -1753,6 +1753,7 @@ static int configure_video_filters(AVFilterGraph *graph, VideoState *is, const c
>> if (!buffersink_params)
>> return AVERROR(ENOMEM);
>>
>> + av_opt_get_int(sws_opts, "sws_flags", 0, &sws_flags);
>
> ping
It seems I missed this one, sorry.
LGTM, thanks.
Marton
More information about the ffmpeg-devel
mailing list