Commit 4f209224 authored by alexc's avatar alexc

Reindent after last commit


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17464 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 916a717c
...@@ -976,7 +976,7 @@ static av_cold int indeo3_decode_init(AVCodecContext *avctx) ...@@ -976,7 +976,7 @@ static av_cold int indeo3_decode_init(AVCodecContext *avctx)
} }
static int iv_decode_frame(Indeo3DecodeContext *s, 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, unsigned int image_width, image_height,
chroma_width, chroma_height; chroma_width, chroma_height;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment