diff options
author | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2009-11-10 20:55:45 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2009-11-10 20:55:45 +0000 |
commit | de9bc64df45e020fcbd5670b71d7cf89f5b7f4a0 (patch) | |
tree | 5f84dc1731bb9db58c4db310bb731e3925fd20f0 | |
parent | 602dd2d359f4ee1e47805d92ef57676006a24e3e (diff) | |
download | ffmpeg-de9bc64df45e020fcbd5670b71d7cf89f5b7f4a0.tar.gz |
Cosmetics: Fix indentation after r20505.
Originally committed as revision 20506 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/h264.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |