]> git.sesse.net Git - ffmpeg/commit
Use a state machine to reduce branching logic in decode_cabac_residual.
authorJason Garrett-Glaser <darkshikari@gmail.com>
Sun, 4 May 2008 22:39:12 +0000 (22:39 +0000)
committerAlexander Strange <astrange@ithinksw.com>
Sun, 4 May 2008 22:39:12 +0000 (22:39 +0000)
commit144783887cac832d55407c5843e780e095235aa6
tree1f1f10d374117e1427d3eabd7e69fc0fb0678aa3
parente3e0d99332bae132e77003aec08aa5409a9da252
Use a state machine to reduce branching logic in decode_cabac_residual.
Patch by Jason Garrett-Glaser (darkshikari gmail com)

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