1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-29 22:00:58 +02:00

Reindent after last commit

Originally committed as revision 17464 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Alex Converse 2009-02-19 23:08:23 +00:00
parent 3878be318b
commit d42e44a0ef

View File

@ -976,7 +976,7 @@ static av_cold int indeo3_decode_init(AVCodecContext *avctx)
}
static int iv_decode_frame(Indeo3DecodeContext *s,
const uint8_t *buf, int buf_size)
const uint8_t *buf, int buf_size)
{
unsigned int image_width, image_height,
chroma_width, chroma_height;