Commit 8930736f authored by cehoyos's avatar cehoyos

Cosmetics: Fix indentation after r20505.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20506 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 885f4a7f
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment