Re: [FFmpeg-devel] [PATCH] avformat/mov: initial support for emsg box

2021-04-19 Thread James Almer
On 4/20/2021 1:01 AM, Brad Hards wrote: This adds support for the EventMessage box, which is apparently described in ISO/IEC 23009-1:2019, and is used for KLV metadata per MISB ST 1910. See https://www.gwg.nga.mil/misb/docs/standards/ST1910.1.pdf Sect 6.2.1 --- libavformat/isom.h | 15 +

[FFmpeg-devel] [PATCH] avformat/mov: initial support for emsg box

2021-04-19 Thread Brad Hards
This adds support for the EventMessage box, which is apparently described in ISO/IEC 23009-1:2019, and is used for KLV metadata per MISB ST 1910. See https://www.gwg.nga.mil/misb/docs/standards/ST1910.1.pdf Sect 6.2.1 --- libavformat/isom.h | 15 libavformat/mov.c | 61 ++