diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-11-09 22:05:29 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-11-09 22:05:29 +0000 |
commit | 3358e879d253b7b203cff9e02eae05f0b3e1bd7c (patch) | |
tree | 358adbb16c8de49fc2366b7c996f71e2eec31bea /libavcodec | |
parent | 177c9583b63694013e00e137cfba3eee0e95745c (diff) | |
download | ffmpeg-3358e879d253b7b203cff9e02eae05f0b3e1bd7c.tar.gz |
indention
Originally committed as revision 10984 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/intrax8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/intrax8.c b/libavcodec/intrax8.c index 9a6f8a0da7..05c6a5140c 100644 --- a/libavcodec/intrax8.c +++ b/libavcodec/intrax8.c @@ -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; |