diff options
author | Alex Converse <alex.converse@gmail.com> | 2009-02-19 23:08:23 +0000 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2009-02-19 23:08:23 +0000 |
commit | d42e44a0ef208b3d9d86199eb24366656c9c0898 (patch) | |
tree | eb3542fca88ee0659f7126b87c09b0f5f050fc74 | |
parent | 3878be318b297f7347eaadc0baba651d1e559dc3 (diff) | |
download | ffmpeg-d42e44a0ef208b3d9d86199eb24366656c9c0898.tar.gz |
Reindent after last commit
Originally committed as revision 17464 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/indeo3.c | 2 |
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; |