This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
100l: VLC table array should not be const
Originally committed as revision 18642 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Kostya Shishkov
17 years ago
parent
7bbd2fb126
commit
a456df258e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/rv34.c
+ 1
- 1
libavcodec/rv34.c
View File
@@ -82,7 +82,7 @@ static const int table_offs[] = {
111430, 111462, 111494, 112878, 114320, 114988, 115660, 116310, 116950, 117592
};
static
const
VLC_TYPE table_data[117592][2];
static VLC_TYPE table_data[117592][2];
/**
* Generate VLC from codeword lengths.
Write
Preview
Loading…
Cancel
Save