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

2016-06-15 Thread KongQun Yang
Please take a look at patchset v5. Thanks. -- KongQun Yang (KQ) On Tue, Jun 14, 2016 at 2:58 PM, Ronald S. Bultje wrote: > Hi, > > On Tue, Jun 14, 2016 at 5:52 PM, Kongqun Yang > wrote: > >> +if (profile == FF_PROFILE_UNKNOWN) { >> + if (vpx_chroma_subsampling == VPX_SUBSAMPLING_420_V

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

2016-06-14 Thread Ronald S. Bultje
Hi, On Tue, Jun 14, 2016 at 5:52 PM, Kongqun Yang wrote: > +if (profile == FF_PROFILE_UNKNOWN) { > + if (vpx_chroma_subsampling == VPX_SUBSAMPLING_420_VERTICAL || > Indent is still 2 spaces in the second block (relative to first). Ronald ___

[FFmpeg-devel] [PATCH v4] Add experimental support for vp9 in iso-bmff

2016-06-14 Thread Kongqun Yang
Implemented according to the draft specification "VP Codec ISO Media File Format Binding": http://www.webmproject.org/vp9/#draft-vp-codec-iso-media-file-format-binding '-strict -2' is required to use this feature. Change-Id: Iaa7ddf5524b17e8d79cd1923b26f096d6e91 --- libavformat/Makefile |