# HG changeset patch # User cehoyos # Date 1257886545 0 # Node ID 3d08b72377ee1ba8d08846d6e4d523bc000426c1 # Parent 6ec7b5450ca70536d069b332dd7b4454b9dd675b Cosmetics: Fix indentation after r20505. diff -r 6ec7b5450ca7 -r 3d08b72377ee h264.c --- a/h264.c Tue Nov 10 20:55:00 2009 +0000 +++ b/h264.c Tue Nov 10 20:55:45 2009 +0000 @@ -2196,7 +2196,7 @@ 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;