[FFmpeg-cvslog] r14258 - trunk/libavcodec/h264.c

michael subversion
Wed Jul 16 19:51:24 CEST 2008


Author: michael
Date: Wed Jul 16 19:51:24 2008
New Revision: 14258

Log:
indent


Modified:
   trunk/libavcodec/h264.c

Modified: trunk/libavcodec/h264.c
==============================================================================
--- trunk/libavcodec/h264.c	(original)
+++ trunk/libavcodec/h264.c	Wed Jul 16 19:51:24 2008
@@ -2204,7 +2204,7 @@ static av_cold int decode_init(AVCodecCo
     if(avctx->codec_id == CODEC_ID_SVQ3)
         avctx->pix_fmt= PIX_FMT_YUVJ420P;
     else
-    avctx->pix_fmt= PIX_FMT_YUV420P;
+        avctx->pix_fmt= PIX_FMT_YUV420P;
 
     decode_init_vlc();
 




More information about the ffmpeg-cvslog mailing list