diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2007-12-06 17:12:02 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2007-12-06 17:12:02 +0000 |
commit | dbf7150441041686e9a78cf6b516829784335053 (patch) | |
tree | 9d1d1e8ff6ed1233644f177c3a5dd5810bb9562d /libavcodec/rv40vlc2.h | |
parent | 1918057c8a3bc37c27e476d16736fe8bc76afd34 (diff) | |
download | ffmpeg-dbf7150441041686e9a78cf6b516829784335053.tar.gz |
Update tables for RV40 decoder
Originally committed as revision 11175 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/rv40vlc2.h')
-rw-r--r-- | libavcodec/rv40vlc2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/rv40vlc2.h b/libavcodec/rv40vlc2.h index a61ae27005..f1664fcd6a 100644 --- a/libavcodec/rv40vlc2.h +++ b/libavcodec/rv40vlc2.h @@ -666,7 +666,7 @@ static const uint8_t ptype_vlc_syms[PTYPE_VLC_SIZE] = { /** reverse of ptype_vlc_syms */ static const uint8_t block_num_to_ptype_vlc_num[12] = { - 0, 1, 2, 3, 0, 0, 0, 0, 4, 5, 0, 6 + 0, 1, 2, 3, 0, 0, 2, 0, 4, 5, 0, 6 }; //@} |