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

Carl Eugen Hoyos cehoyos at ag.or.at
Thu Jul 14 22:16:13 CEST 2011


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).

Carl Eugen






More information about the ffmpeg-devel mailing list