[FFmpeg-devel] [PATCH] avformat/mxfenc: Only store user comment related tags when needed

Marton Balint cus at passwd.hu
Mon Nov 9 19:38:17 CET 2015


On Mon, 9 Nov 2015, Michael Niedermayer wrote:

> From: Michael Niedermayer <michael at niedermayer.cc>
>
> Also support disabling them as they seem to cause problems to some
> Users.
>
> Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> ---
> doc/muxers.texi                      |   13 ++++++++
> libavformat/mxfenc.c                 |   44 +++++++++++++++++++--------
> tests/ref/seek/lavf-mxf              |   44 +++++++++++++--------------
> tests/ref/seek/lavf-mxf_opatom_audio |   54 +++++++++++++++++-----------------
> 4 files changed, 93 insertions(+), 62 deletions(-)
>
> diff --git a/doc/muxers.texi b/doc/muxers.texi
> index 06483fa..4cefe1e 100644
> --- a/doc/muxers.texi
> +++ b/doc/muxers.texi
> @@ -874,6 +874,19 @@ ffmpeg -i file.mpg -c copy \
>      -y out.ts
> @end example
> 
> + at section mxf
> +
> +MXF muxer.
> +
> + at subsection Options
> +
> +The muxer options are:
> +
> + at table @option
> + at item store_user_comments @var{bool}
> +Set if user comments should be stored if available (default) or never.

Could you add some examples to the docs where this cause problems? E.g.

Set this to never to avoid compatiblity problems with xxx video servers or 
yyy NLE-s.

Regards,
Marton


More information about the ffmpeg-devel mailing list