mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-12 13:06:36 +00:00
Cosmetics: Fix indentation after r20505.
Originally committed as revision 20506 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
602dd2d359
commit
de9bc64df4
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user