mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-28 18:23:08 +00:00
indent
Originally committed as revision 14258 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7a9dba3cd6
commit
1d42f41091
@ -2204,7 +2204,7 @@ static av_cold int decode_init(AVCodecContext *avctx){
|
|||||||
if(avctx->codec_id == CODEC_ID_SVQ3)
|
if(avctx->codec_id == CODEC_ID_SVQ3)
|
||||||
avctx->pix_fmt= PIX_FMT_YUVJ420P;
|
avctx->pix_fmt= PIX_FMT_YUVJ420P;
|
||||||
else
|
else
|
||||||
avctx->pix_fmt= PIX_FMT_YUV420P;
|
avctx->pix_fmt= PIX_FMT_YUV420P;
|
||||||
|
|
||||||
decode_init_vlc();
|
decode_init_vlc();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user