Show correct pix_fmt for vp9 videos != AV_PIX_FMT_YUV420P.

pull/86/head
Carl Eugen Hoyos 10 years ago
parent a43bcaafe2
commit 8de7bdd756
  1. 1
      libavcodec/libvpxdec.c

@ -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…
Cancel
Save