[FFmpeg-devel] [PATCH]Reorder channels for some mov channel layouts
Carl Eugen Hoyos
cehoyos at ag.or.at
Fri Jul 15 09:48:31 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;
> I'd avoid polluting AVCodecContext with codec-specific options, you
> can replicate the option entries in all the affected codecs.
There is nothing codec-specific about this option, it is used in multiple muxers
for multiple codecs.
Carl Eugen
More information about the ffmpeg-devel
mailing list