[FFmpeg-devel] [PATCH 2/4] avformat/movenc: Fix ffv1 support

Michael Niedermayer michael at niedermayer.cc
Wed Sep 25 01:24:09 EEST 2024


Fixes: Ticket9975

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
---
 libavformat/movenc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/movenc.c b/libavformat/movenc.c
index d20e45cf810..c88461ab8a0 100644
--- a/libavformat/movenc.c
+++ b/libavformat/movenc.c
@@ -8582,6 +8582,7 @@ static const AVCodecTag codec_mp4_tags[] = {
     { AV_CODEC_ID_MPEGH_3D_AUDIO,  MKTAG('m', 'h', 'm', '1') },
     { AV_CODEC_ID_TTML,            MOV_MP4_TTML_TAG          },
     { AV_CODEC_ID_TTML,            MOV_ISMV_TTML_TAG         },
+    { AV_CODEC_ID_FFV1,            MKTAG('F', 'F', 'V', '1') },
 
     /* ISO/IEC 23003-5 integer formats */
     { AV_CODEC_ID_PCM_S16BE,       MOV_MP4_IPCM_TAG          },
-- 
2.46.1



More information about the ffmpeg-devel mailing list