[FFmpeg-devel] [PATCH] set/force channelcount in MXF D-10

Tomas Härdin tomas.hardin at codemill.se
Thu Jun 26 17:09:59 CEST 2014


On Wed, 2014-06-25 at 10:29 +0000, Gaullier Nicolas wrote:
> +static const AVOption d10_options[] = {
> +    { "mxf_channelcount", "Force/set channelcount in generic sound essence descriptor",
> +      offsetof(MXFContext, channel_count), AV_OPT_TYPE_INT, {.i64 = -1}, -1, 8, AV_OPT_FLAG_ENCODING_PARAM},
> +    { NULL },
> +};

Too late to point this out since it's already pushed but: it'd be nicer
if this option was called "d10_channelcount" to further emphasize that
this is D-10 specific.

/Tomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140626/962efc1c/attachment.asc>


More information about the ffmpeg-devel mailing list