Carl Eugen Hoyos ag.or.at> writes:
> -avctx->pix_fmt = AV_PIX_FMT_YUV420P;
> return 0;
This variant was merged by Michael.
Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
On Thursday 18 September 2014 12:15:58 am James Zern wrote:
> Hi,
>
> On Tue, Sep 16, 2014 at 1:30 PM, Carl Eugen Hoyos wrote:
> > Hi!
> >
> > Attached patch fixes ffmpeg -i output for high-bitrate vp9 files here.
>
> Do you mean high bitdepth?
Yes, sorry.
> > +#if !defined(VPX_IMG_FMT_HIGHBITDE
Hi!
Attached patch fixes ffmpeg -i output for high-bitrate vp9 files here.
Please comment, Carl Eugen
diff --git a/libavcodec/libvpxdec.c b/libavcodec/libvpxdec.c
index 8312460..6b6e899 100644
--- a/libavcodec/libvpxdec.c
+++ b/libavcodec/libvpxdec.c
@@ -56,7 +56,9 @@ static av_cold int vpx_init(