OSDN Git Service

sunrast: Remove the useless check.
authorAneesh Dogra <lionaneesh@gmail.com>
Fri, 10 Feb 2012 06:08:07 +0000 (11:38 +0530)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 10 Feb 2012 06:10:30 +0000 (07:10 +0100)
commit1b7ff901078064ccd7df3640e0958a344b2c00cb
treef5f725b40aede614aa006d4e7f0d5eb411d7c6de
parent29034e65039ef6b1854ceeb76ffe4092992d9fd5
sunrast: Remove the useless check.

in , else (1) { if (!1) } the if conditional will never evaluate to be true.
So as making the check useless.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/sunrast.c