You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
indent
Originally committed as revision 14258 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -2204,7 +2204,7 @@ static av_cold int decode_init(AVCodecContext *avctx){
|
||||
if(avctx->codec_id == CODEC_ID_SVQ3)
|
||||
avctx->pix_fmt= PIX_FMT_YUVJ420P;
|
||||
else
|
||||
avctx->pix_fmt= PIX_FMT_YUV420P;
|
||||
avctx->pix_fmt= PIX_FMT_YUV420P;
|
||||
|
||||
decode_init_vlc();
|
||||
|
||||
|
Reference in New Issue
Block a user