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
indention
Originally committed as revision 10984 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
18 years ago
parent
177c9583b6
commit
3358e879d2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/intrax8.c
+ 1
- 1
libavcodec/intrax8.c
View File
@@ -500,7 +500,7 @@ static const int16_t quant_table[64] = {
};
static int x8_decode_intra_mb(IntraX8Context* const w, const int chroma){
MpegEncContext * const s= w->s;
MpegEncContext * const s= w->s;
uint8_t * scantable;
int final,run,level;
Write
Preview
Loading…
Cancel
Save