[FFmpeg-devel] [PATCH] libavformat/isom_tags.c: add ipcm to list of tags

2021-07-14 Thread Stephen Hutchinson
Fixes http://trac.ffmpeg.org/ticket/9219 --- libavformat/isom_tags.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/isom_tags.c b/libavformat/isom_tags.c index 1666b9d4a5..e2e589b658 100644 --- a/libavformat/isom_tags.c +++ b/libavformat/isom_tags.c @@ -312,6 +312,8 @@ const AVC

Re: [FFmpeg-devel] [PATCH] libavformat/isom_tags.c: add ipcm to list of tags

2021-07-16 Thread Paul B Mahol
On Thu, Jul 15, 2021 at 2:48 AM Stephen Hutchinson wrote: > Fixes http://trac.ffmpeg.org/ticket/9219 > --- > libavformat/isom_tags.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/libavformat/isom_tags.c b/libavformat/isom_tags.c > index 1666b9d4a5..e2e589b658 100644 > --- a/libavfor