sön 2019-04-14 klockan 18:51 +0200 skrev Marton Balint: > This makes it more consistent with other metadata keys. > > Signed-off-by: Marton Balint <c...@passwd.hu> > --- > libavformat/mxfdec.c | 2 +- > tests/ref/fate/mxf-probe-d10 | 2 +- > tests/ref/fate/mxf-probe-dnxhd | 2 +- > tests/ref/fate/mxf-probe-dv25 | 2 +- > 4 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c > index 8c65a2bbcf..3ea8de1666 100644 > --- a/libavformat/mxfdec.c > +++ b/libavformat/mxfdec.c > @@ -722,7 +722,7 @@ static int mxf_read_partition_pack(void *arg, > AVIOContext *pb, int tag, int size > if (partition->type == Header) { > char str[36]; > snprintf(str, sizeof(str), "%08x.%08x.%08x.%08x", > AV_RB32(&op[0]), AV_RB32(&op[4]), AV_RB32(&op[8]), AV_RB32(&op[12])); > - av_dict_set(&s->metadata, "operational_pattern", str, 0); > + av_dict_set(&s->metadata, "operational_pattern_ul", str, 0);
OK for me /Tomas _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".