From de9bc64df45e020fcbd5670b71d7cf89f5b7f4a0 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Tue, 10 Nov 2009 20:55:45 +0000 Subject: [PATCH] Cosmetics: Fix indentation after r20505. Originally committed as revision 20506 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 e2b15c7082..793e02f2e4 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -2196,7 +2196,7 @@ static av_cold int decode_init(AVCodecContext *avctx){ if(!avctx->has_b_frames) s->low_delay= 1; - avctx->pix_fmt= avctx->get_format(avctx, avctx->codec->pix_fmts); + avctx->pix_fmt= avctx->get_format(avctx, avctx->codec->pix_fmts); avctx->hwaccel = ff_find_hwaccel(avctx->codec->id, avctx->pix_fmt); avctx->chroma_sample_location = AVCHROMA_LOC_LEFT; -- GitLab