Cosmetics and style.

Originally committed as revision 12907 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Ramiro Polla 2008-04-19 12:34:48 +00:00
parent c9108634c4
commit 399e46527a
1 changed files with 4 additions and 4 deletions

View File

@ -99,7 +99,7 @@ static const uint8_t col_zag[64] = {
28, 21, 14, 7, 15, 22, 29, 36,
43, 50, 57, 58, 51, 44, 37, 30,
23, 31, 38, 45, 52, 59, 39, 46,
53, 60, 61, 54, 47, 55, 62, 63
53, 60, 61, 54, 47, 55, 62, 63,
};
static av_cold int mimic_decode_init(AVCodecContext *avctx)