Commit 8de7bdd7 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Show correct pix_fmt for vp9 videos != AV_PIX_FMT_YUV420P.

parent a43bcaaf
...@@ -56,7 +56,6 @@ static av_cold int vpx_init(AVCodecContext *avctx, ...@@ -56,7 +56,6 @@ static av_cold int vpx_init(AVCodecContext *avctx,
return AVERROR(EINVAL); return AVERROR(EINVAL);
} }
avctx->pix_fmt = AV_PIX_FMT_YUV420P;
return 0; return 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment