reorder if() so that the condition can be simplified
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 1 Aug 2007 19:37:28 +0000 (19:37 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 1 Aug 2007 19:37:28 +0000 (19:37 +0000)
commit09d1bee89e27ee2991f3aee5db38ba251f2fac95
tree4821f7e2b68391ebabe7f447eeca1e7f8ea72f40
parent0ac6b5a301004dd7b4b344d24d58126b733167ba
reorder if() so that the condition can be simplified
saves another 4 cpu cycles

Originally committed as revision 9857 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mpeg12.c