[FFmpeg-devel] [PATCH] avformat/concat: fix missing metadata

Nicolas George george at nsup.org
Sun Jul 3 16:49:59 EEST 2022


Andreas Rheinhardt (12022-07-03):
> > For example, with your change, if you concatenate a file with metadata
> > "start_time=12:00" and another with "start_time=12:01", it will generate
> > a file with both metadata entries instead of just the first one as would
> > be desirable.

> Actually, the newer entry will overwrite the older entry; if you want
> multiple keys with the same value, you have to use the AV_DICT_MULTIKEY
> flag.

I stand corrected, thanks. This is still not the most logical behavior,
though.

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20220703/28ec480c/attachment.sig>


More information about the ffmpeg-devel mailing list