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/rv40data.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/rv40data.h')
-rw-r--r-- | libavcodec/rv40data.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/rv40data.h b/libavcodec/rv40data.h index 13bc06c962..17bcb04cff 100644 --- a/libavcodec/rv40data.h +++ b/libavcodec/rv40data.h @@ -34,8 +34,7 @@ */ //@{ static const int rv40_standard_widths[] = { 160, 172, 240, 320, 352, 640, 704, 0}; -static const int rv40_standard_heights[] = { 120, 132, 144, 240, 288, 480, 0, 0}; -static const int rv40_standard_heights2[] = { 180, 360, 576, 0}; +static const int rv40_standard_heights[] = { 120, 132, 144, 240, 288, 480, -8, -10, 180, 360, 576, 0}; //@} #define MODE2_PATTERNS_NUM 20 |