OSDN Git Service

Simplify code to set cbp_*
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 26 Feb 2010 09:13:40 +0000 (09:13 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 26 Feb 2010 09:13:40 +0000 (09:13 +0000)
commit59b5370f0258243048708991c579570b322e3e02
treef60be5e395189d11c8a6ca20422c62c1ec5b2b19
parent5818418758e147e5f1a70b4ecff493c601bac8e7
Simplify code to set cbp_*
this seems 1 cpu cycle slower even though we practically just remove code.
Speed loss seems caused by the merge of if(left_type), iam commiting this
anyway as i cant imagine this to be anything but compiler messup.

Originally committed as revision 22073 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264.h