changeset 10513:3d08b72377ee libavcodec

Cosmetics: Fix indentation after r20505.
author cehoyos
date Tue, 10 Nov 2009 20:55:45 +0000
parents 6ec7b5450ca7
children 368f82f6e2e3
files h264.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;