[FFmpeg-cvslog] avformat/avi: Added EVC codec tag to the list of supported codec_id-codec_tag pairs for AVI muxer

Dawid Kozinski git at videolan.org
Thu May 9 03:16:10 EEST 2024


ffmpeg | branch: master | Dawid Kozinski <d.kozinski at samsung.com> | Thu Apr 18 12:53:52 2024 +0200| [73d338d47c53dcdf8d7e9e28796f1d4973d0c953] | committer: James Almer

avformat/avi: Added EVC codec tag to the list of supported codec_id-codec_tag pairs for AVI muxer

Signed-off-by: Dawid Kozinski <d.kozinski at samsung.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=73d338d47c53dcdf8d7e9e28796f1d4973d0c953
---

 libavformat/riff.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/riff.c b/libavformat/riff.c
index 157976583c..306dc3b47a 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -506,6 +506,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
     { AV_CODEC_ID_RTV1,         MKTAG('R', 'T', 'V', '1') },
     { AV_CODEC_ID_VMIX,         MKTAG('V', 'M', 'X', '1') },
     { AV_CODEC_ID_LEAD,         MKTAG('L', 'E', 'A', 'D') },
+    { AV_CODEC_ID_EVC,          MKTAG('e', 'v', 'c', '1') },
     { AV_CODEC_ID_NONE,         0 }
 };
 



More information about the ffmpeg-cvslog mailing list