Commit 2ad4c31c authored by kostya's avatar kostya

Update tables for RV40 decoder

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11175 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e553314a
...@@ -34,8 +34,7 @@ ...@@ -34,8 +34,7 @@
*/ */
//@{ //@{
static const int rv40_standard_widths[] = { 160, 172, 240, 320, 352, 640, 704, 0}; 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_heights[] = { 120, 132, 144, 240, 288, 480, -8, -10, 180, 360, 576, 0};
static const int rv40_standard_heights2[] = { 180, 360, 576, 0};
//@} //@}
#define MODE2_PATTERNS_NUM 20 #define MODE2_PATTERNS_NUM 20
......
...@@ -666,7 +666,7 @@ static const uint8_t ptype_vlc_syms[PTYPE_VLC_SIZE] = { ...@@ -666,7 +666,7 @@ static const uint8_t ptype_vlc_syms[PTYPE_VLC_SIZE] = {
/** reverse of ptype_vlc_syms */ /** reverse of ptype_vlc_syms */
static const uint8_t block_num_to_ptype_vlc_num[12] = { 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
}; };
//@} //@}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment