You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Show correct pix_fmt for vp9 videos != AV_PIX_FMT_YUV420P.
This commit is contained in:
@@ -56,7 +56,6 @@ static av_cold int vpx_init(AVCodecContext *avctx,
|
||||
return AVERROR(EINVAL);
|
||||
}
|
||||
|
||||
avctx->pix_fmt = AV_PIX_FMT_YUV420P;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user