[FFmpeg-devel] [EXTERNAL] [PATCH] [PATCH] libavformat/mov: Expose Quicktime poster_time value as metadata TAG.
Anton Khirnov
anton at khirnov.net
Wed Jul 13 14:19:35 EEST 2022
Quoting Bryce Newman (2022-07-12 19:20:17)
> Hello,
> Can someone please have a look at this patch request?
> Thank you in advance.
Metadata is intended for user-presentable strings, not structured
values.
The least bad way of exporting this I can think of is adding a
demuxer-private AV_OPT_FLAG_EXPORT option.
Also, avoid floating point - it is inexact.
--
Anton Khirnov
More information about the ffmpeg-devel
mailing list