Browse Source

Reindent after last commit

Originally committed as revision 17464 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Alex Converse 17 years ago
parent
commit
d42e44a0ef
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/indeo3.c

+ 1
- 1
libavcodec/indeo3.c View File

@@ -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;


Loading…
Cancel
Save