[FFmpeg-cvslog] r24563 - trunk/libavcodec/vp56.c

alexc subversion
Wed Jul 28 07:40:38 CEST 2010


Author: alexc
Date: Wed Jul 28 07:40:38 2010
New Revision: 24563

Log:
10l: missed one reindent.

Modified:
   trunk/libavcodec/vp56.c

Modified: trunk/libavcodec/vp56.c
==============================================================================
--- trunk/libavcodec/vp56.c	Wed Jul 28 07:38:30 2010	(r24562)
+++ trunk/libavcodec/vp56.c	Wed Jul 28 07:40:38 2010	(r24563)
@@ -482,7 +482,7 @@ static int vp56_size_changed(AVCodecCont
 }
 
 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;



More information about the ffmpeg-cvslog mailing list