[FFmpeg-devel] [PATCH] swscale: Remove impossible if(flags&xxx) in initFilter().

Ramiro Polla ramiro.polla
Tue Jul 28 06:46:59 CEST 2009


On Mon, Jul 27, 2009 at 9:54 PM, Michael Niedermayer<michaelni at gmx.at> wrote:
> On Mon, Jul 27, 2009 at 06:56:04AM -0300, Ramiro Polla wrote:
>> flags is checked to be exactly one algorithm in sws_getContext(). At
>> this point, these checks will always fail to the last else.
>>
>> Ramiro Polla
>
>> ?swscale.c | ? ?4 +---
>> ?1 file changed, 1 insertion(+), 3 deletions(-)
>> 8a242154d4fdd155b5d34c20cfa4fed0a5f5c880 ?0008-flags-can-never-be-any-other-kind-of-scaling-algorit.patch
>> From 5c46a893ad4ee698ca87286732258d8eb7a95d46 Mon Sep 17 00:00:00 2001
>> From: Ramiro Polla <ramiro.polla at gmail.com>
>> Date: Mon, 27 Jul 2009 06:54:02 -0300
>> Subject: [PATCH] flags can never be any other kind of scaling algorithm inside this if().
>
> ok

Applied.



More information about the ffmpeg-devel mailing list