Browse Source

indention

Originally committed as revision 10984 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 18 years ago
parent
commit
3358e879d2
1 changed files with 1 additions and 1 deletions
  1. +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;


Loading…
Cancel
Save