summaryrefslogtreecommitdiff
path: root/libavcodec/indeo3.c
diff options
context:
space:
mode:
authorAlex Converse <alex.converse@gmail.com>2009-02-19 23:08:23 +0000
committerAlex Converse <alex.converse@gmail.com>2009-02-19 23:08:23 +0000
commitd42e44a0ef208b3d9d86199eb24366656c9c0898 (patch)
treeeb3542fca88ee0659f7126b87c09b0f5f050fc74 /libavcodec/indeo3.c
parent3878be318b297f7347eaadc0baba651d1e559dc3 (diff)
Reindent after last commit
Originally committed as revision 17464 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/indeo3.c')
-rw-r--r--libavcodec/indeo3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/indeo3.c b/libavcodec/indeo3.c
index e1f74da883..915bceed65 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;