1
0
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:
Carl Eugen Hoyos 2014-09-25 22:33:31 +02:00
parent a43bcaafe2
commit 8de7bdd756

View File

@ -56,7 +56,6 @@ static av_cold int vpx_init(AVCodecContext *avctx,
return AVERROR(EINVAL);
}
avctx->pix_fmt = AV_PIX_FMT_YUV420P;
return 0;
}