Re: [FFmpeg-devel] [PATCH 0/3] bump libvpx-vp9 minimum to 1.4.0

2016-07-21 Thread James Zern
On Fri, Jul 15, 2016 at 7:31 PM, James Almer wrote: > On 7/15/2016 10:15 PM, James Zern wrote: >> This compiles against 0.9.0->1.5.0 and tip of tree with checks at each for >> expected encoder/decoder availability and colorspaces. >> Note libvpxdec's ifdefs are within shared code, splitting set_pi

Re: [FFmpeg-devel] [PATCH 0/3] bump libvpx-vp9 minimum to 1.4.0

2016-07-15 Thread James Almer
On 7/15/2016 10:15 PM, James Zern wrote: > This compiles against 0.9.0->1.5.0 and tip of tree with checks at each for > expected encoder/decoder availability and colorspaces. > Note libvpxdec's ifdefs are within shared code, splitting set_pix_fmt() would > be an option. Yeah, set_pix_fmt() is most