summaryrefslogtreecommitdiff
path: root/libavcodec/vp56.c
diff options
context:
space:
mode:
authorAlex Converse <alex.converse@gmail.com>2010-07-28 05:40:38 +0000
committerAlex Converse <alex.converse@gmail.com>2010-07-28 05:40:38 +0000
commitb6356d97268903e05a07ecff41b5971b94e347d6 (patch)
tree4ab0c3bd0af2d5b78eff6035d4b9892796bcb2f5 /libavcodec/vp56.c
parent52fa20542be9e7eefe79fd54f67ff905ca3ffd63 (diff)
10l: missed one reindent.
Originally committed as revision 24563 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vp56.c')
-rw-r--r--libavcodec/vp56.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vp56.c b/libavcodec/vp56.c
index 9f913850eb..2e5f2d664a 100644
--- a/libavcodec/vp56.c
+++ b/libavcodec/vp56.c
@@ -482,7 +482,7 @@ static int vp56_size_changed(AVCodecContext *avctx)
}
int ff_vp56_decode_frame(AVCodecContext *avctx, void *data, int *data_size,
- AVPacket *avpkt)
+ AVPacket *avpkt)
{
const uint8_t *buf = avpkt->data;
VP56Context *s = avctx->priv_data;