Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
dbf71504
Commit
dbf71504
authored
Dec 06, 2007
by
Kostya Shishkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update tables for RV40 decoder
Originally committed as revision 11175 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
1918057c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
rv40data.h
libavcodec/rv40data.h
+1
-2
rv40vlc2.h
libavcodec/rv40vlc2.h
+1
-1
No files found.
libavcodec/rv40data.h
View file @
dbf71504
...
...
@@ -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
...
...
libavcodec/rv40vlc2.h
View file @
dbf71504
...
...
@@ -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
};
//@}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment