diff vp56.c @ 12294:54583a14a995 libavcodec

10l: missed one reindent.
author alexc
date Wed, 28 Jul 2010 05:40:38 +0000
parents d8364962cc4a
children
line wrap: on
line diff
--- a/vp56.c	Wed Jul 28 05:38:30 2010 +0000
+++ b/vp56.c	Wed Jul 28 05:40:38 2010 +0000
@@ -482,7 +482,7 @@
 }
 
 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;