Re: [FFmpeg-devel] [PATCH]Make high bit-depth libvpx samples show the correct bit depth

2014-09-26 Thread Carl Eugen Hoyos
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

Re: [FFmpeg-devel] [PATCH]Make high bit-depth libvpx samples show the correct bit depth

2014-09-22 Thread Carl Eugen Hoyos
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

[FFmpeg-devel] [PATCH]Make high bit-depth libvpx samples show the correct bit depth

2014-09-16 Thread Carl Eugen Hoyos
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(