From d42e44a0ef208b3d9d86199eb24366656c9c0898 Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Thu, 19 Feb 2009 23:08:23 +0000 Subject: [PATCH] Reindent after last commit Originally committed as revision 17464 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/indeo3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/indeo3.c b/libavcodec/indeo3.c index e1f74da88..915bceed6 100644 --- a/libavcodec/indeo3.c +++ b/libavcodec/indeo3.c @@ -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; -- 2.11.0