diff options
author | Alex Converse <alex.converse@gmail.com> | 2010-07-28 05:40:38 +0000 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2010-07-28 05:40:38 +0000 |
commit | b6356d97268903e05a07ecff41b5971b94e347d6 (patch) | |
tree | 4ab0c3bd0af2d5b78eff6035d4b9892796bcb2f5 | |
parent | 52fa20542be9e7eefe79fd54f67ff905ca3ffd63 (diff) | |
download | ffmpeg-b6356d97268903e05a07ecff41b5971b94e347d6.tar.gz |
10l: missed one reindent.
Originally committed as revision 24563 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/vp56.c | 2 |
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; |