On Fri, 26 Feb 2021, Tomas Härdin wrote:
lör 2021-02-20 klockan 00:17 +0100 skrev Marton Balint:
It only got added recently, and the new name makes it consistent with
product_version_num in the next patch.
Signed-off-by: Marton Balint <c...@passwd.hu>
---
libavformat/mxfdec.c | 2 +-
tests/ref/fate/mxf-d10-user-comments | 2 +-
tests/ref/fate/mxf-probe-applehdr10 | 2 +-
tests/ref/fate/mxf-probe-dnxhd | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c
index 9f22c386f0..3ce83dde54 100644
--- a/libavformat/mxfdec.c
+++ b/libavformat/mxfdec.c
@@ -2798,7 +2798,7 @@ static int mxf_read_identification_metadata(void *arg,
AVIOContext *pb, int tag,
SET_TS_METADATA(pb, "modification_date", ts, str);
break;
case 0x3C07:
- SET_VERSION_METADATA(pb, "toolkit_version", major, minor, tertiary,
patch, release, str);
+ SET_VERSION_METADATA(pb, "toolkit_version_num", major, minor,
tertiary, patch, release, str);
Should be fine assuming there hasn't been a new version released yet.
Thanks, applied the series.
Regards,
Marton
_______________________________________________
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".