From 1d42f410914d0b2ca1a684933cd9d05a0102bf16 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 16 Jul 2008 17:51:24 +0000 Subject: [PATCH] indent Originally committed as revision 14258 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h264.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/h264.c b/libavcodec/h264.c index c46b01ebcc..ebdfc8c3e5 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -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();