[FFmpeg-cvslog] avformat/riff: add support for ICMV files
Paul B Mahol
git at videolan.org
Thu Aug 25 10:09:44 EEST 2022
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Tue Aug 23 10:11:55 2022 +0200| [b347a05f1fe4a8c7fe4f274eaea09decf012adf0] | committer: Paul B Mahol
avformat/riff: add support for ICMV files
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b347a05f1fe4a8c7fe4f274eaea09decf012adf0
---
libavformat/riff.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 7a97cf1ccf..6c06ad2d60 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -579,6 +579,7 @@ const AVCodecTag ff_codec_wav_tags[] = {
{ AV_CODEC_ID_DTS, 0x2001 },
{ AV_CODEC_ID_SONIC, 0x2048 },
{ AV_CODEC_ID_SONIC_LS, 0x2048 },
+ { AV_CODEC_ID_G729, 0x2222 },
{ AV_CODEC_ID_PCM_MULAW, 0x6c75 },
{ AV_CODEC_ID_AAC, 0x706d },
{ AV_CODEC_ID_AAC, 0x4143 },
More information about the ffmpeg-cvslog
mailing list