]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commit
vp6: ensure that huffman decoding table is sorted with descending symbol order
authoraurel <aurel@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sun, 22 Jun 2008 13:20:41 +0000 (13:20 +0000)
committeraurel <aurel@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sun, 22 Jun 2008 13:20:41 +0000 (13:20 +0000)
commit92775a09820e33764406a9f142196db288a80714
tree11396a614c8e53301f26d7e8c995a39e74e9cad7
parente0f05e4afd7a8931462e3e212f2aaafc998df9bb
vp6: ensure that huffman decoding table is sorted with descending symbol order
Previous code worked by pure luck with glibc qsort implementation.
patch by Peter Ross   pross _at_ xvid _dot_ org

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13887 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
libavcodec/vp6.c