Re: [FFmpeg-devel] [PATCH 2/2] avformat/mov: add support for 'amve' ambient viewing environment box. As defined in ISOBMFF (ISO/IEC 14496-12) document.

2023-07-15 Thread Damiano Galassi
On Tue, Jul 11, 2023 at 6:53 PM James Almer wrote: > On 7/11/2023 4:41 AM, Damiano Galassi wrote: > > AVDictionaryEntry *encoder; > > @@ -2430,6 +2451,7 @@ static int mov_write_video_tag(AVFormatContext *s, > AVIOContext *pb, MOVMuxContex > > if (track->mode == MODE_MOV ||

Re: [FFmpeg-devel] [PATCH 2/2] avformat/mov: add support for 'amve' ambient viewing environment box. As defined in ISOBMFF (ISO/IEC 14496-12) document.

2023-07-11 Thread James Almer
On 7/11/2023 4:41 AM, Damiano Galassi wrote: --- libavformat/dump.c | 15 +++ libavformat/isom.h | 2 ++ libavformat/mov.c| 36 libavformat/movenc.c | 22 ++ 4 files changed, 75 insertions(+) diff --git

[FFmpeg-devel] [PATCH 2/2] avformat/mov: add support for 'amve' ambient viewing environment box. As defined in ISOBMFF (ISO/IEC 14496-12) document.

2023-07-11 Thread Damiano Galassi
--- libavformat/dump.c | 15 +++ libavformat/isom.h | 2 ++ libavformat/mov.c| 36 libavformat/movenc.c | 22 ++ 4 files changed, 75 insertions(+) diff --git a/libavformat/dump.c b/libavformat/dump.c index