Integrate get_te0_golomb() calls into the code, this allows some checks
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 23 Dec 2008 22:04:34 +0000 (22:04 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 23 Dec 2008 22:04:34 +0000 (22:04 +0000)
commit05d3fd44d7ab34b2b456c2fad9e84651575a8ae4
treeb436dae9b1690fae9a1ca68ff4c13ff1370028c0
parent9963b332d167b5660d54a6c1c23c89222453ee9a
Integrate get_te0_golomb() calls into the code, this allows some checks
to be avoided and the function is pretty small.
3% speedup, though this is probably due to changed inlining and not directly
this change.

Originally committed as revision 16301 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264.c