From 4f209224a6cecac1d3ac07337d59129868ddf5d3 Mon Sep 17 00:00:00 2001 From: alexc Date: Thu, 19 Feb 2009 23:08:23 +0000 Subject: [PATCH] Reindent after last commit git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17464 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- 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.39.2