OSDN Git Service

Cosmetics: Fix indentation after r20505.
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Tue, 10 Nov 2009 20:55:45 +0000 (20:55 +0000)
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Tue, 10 Nov 2009 20:55:45 +0000 (20:55 +0000)
Originally committed as revision 20506 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/h264.c

index e2b15c7..793e02f 100644 (file)
@@ -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;