mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
Show correct pix_fmt for vp9 videos != AV_PIX_FMT_YUV420P.
This commit is contained in:
parent
a43bcaafe2
commit
8de7bdd756
@ -56,7 +56,6 @@ static av_cold int vpx_init(AVCodecContext *avctx,
|
||||
return AVERROR(EINVAL);
|
||||
}
|
||||
|
||||
avctx->pix_fmt = AV_PIX_FMT_YUV420P;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user