mån 2018-05-07 klockan 12:38 +0200 skrev Michael Niedermayer: > > Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc> > static void mxf_write_identification(AVFormatContext *s) > { > MXFContext *mxf = s->priv_data; > @@ -790,7 +809,7 @@ static void mxf_write_identification(AVFormatContext *s) > > version = s->flags & AVFMT_FLAG_BITEXACT ? > "0.0.0" : AV_STRINGIFY(LIBAVFORMAT_VERSION); > - length = 72 + mxf_utf16_local_tag_length(company) + > + length = 100 +mxf_utf16_local_tag_length(company) +
I have mixed feelings about this style of computation. But not enough to hold the patch up, which looks OK /Tomas _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel