[FFmpeg-devel] [PATCH]Reorder channels for some mov channel layouts

Stefano Sabatini stefano.sabatini-lala at poste.it
Fri Jul 15 01:23:53 CEST 2011


On date Thursday 2011-07-14 20:16:13 +0000, Carl Eugen Hoyos encoded:
> Stefano Sabatini <stefano.sabatini-lala <at> poste.it> writes:
> 
> > > +     * mov channel layout tag as described in the CAF specification.
> > > +     * - decoding: Set by user.
> > > +     * - encoding: unused
> > > +     */
> > > +    uint32_t mov_channel_layout;
> > > +
> > >  } AVCodecContext;
> > 
> > Since this is CAF related, did you consider to use private options
> > instead?
> 
> It is used in mov, aif and caf.
> There is also a documentation on developer.apple.com, but the one in the CAF
> specification is easier to read (imo).

I'd avoid polluting AVCodecContext with codec-specific options, you
can replicate the option entries in all the affected codecs.
-- 
FFmpeg = Fantastic & Fierce Magical Peaceless Extreme Gem


More information about the ffmpeg-devel mailing list