Re: [FFmpeg-devel] [PATCH v6] Add experimental support for vp9 in iso-bmff

2016-06-15 Thread KongQun Yang
-- KongQun Yang (KQ) On Wed, Jun 15, 2016 at 5:00 AM, Carl Eugen Hoyos wrote: > Kongqun Yang gmail.com> writes: > > > +} else if (chroma_w == 0 && chroma_h == 0) { > > +return VPX_SUBSAMPLING_444; > > Could you confirm that this fixes RGB encoding? > I

Re: [FFmpeg-devel] [PATCH v6] Add experimental support for vp9 in iso-bmff

2016-06-15 Thread Carl Eugen Hoyos
Kongqun Yang gmail.com> writes: > +} else if (chroma_w == 0 && chroma_h == 0) { > +return VPX_SUBSAMPLING_444; Could you confirm that this fixes RGB encoding? I believe this was broken in your previous patch. Carl Eugen ___