]> git.sesse.net Git - ffmpeg/commitdiff
Show correct pix_fmt for vp9 videos != AV_PIX_FMT_YUV420P.
authorCarl Eugen Hoyos <cehoyos@ag.or.at>
Thu, 25 Sep 2014 20:33:31 +0000 (22:33 +0200)
committerCarl Eugen Hoyos <cehoyos@ag.or.at>
Thu, 25 Sep 2014 22:06:41 +0000 (00:06 +0200)
libavcodec/libvpxdec.c

index 65d391fcdc3174fb0e74caa63a870801bdc46bc2..7faef3a7a69064e73c4cfabdc026ca03c7b5e6af 100644 (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;
 }