indent
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 16 Jul 2008 17:51:24 +0000 (17:51 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 16 Jul 2008 17:51:24 +0000 (17:51 +0000)
Originally committed as revision 14258 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/h264.c

index c46b01e..ebdfc8c 100644 (file)
@@ -2204,7 +2204,7 @@ static av_cold int decode_init(AVCodecContext *avctx){
     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();