mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
indention
Originally committed as revision 10984 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
177c9583b6
commit
3358e879d2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user