diff mbox series

[FFmpeg-devel] Add support for ICMV audio in wav

Message ID CAPYw7P7Xotxpn4_zsKQNqwXXG+v4yA1-XxPH6CZkdjXqVLhRCQ@mail.gmail.com
State New
Headers show
Series [FFmpeg-devel] Add support for ICMV audio in wav | expand

Checks

Context Check Description
yinshiyou/configure_loongarch64 warning Failed to apply patch
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Paul B Mahol Aug. 23, 2022, 8:21 a.m. UTC
Hi,

patch attached.

Comments

Paul B Mahol Aug. 24, 2022, 7:39 a.m. UTC | #1
will apply soon
diff mbox series

Patch

From 7d421f86b3f1f8fcb8effba04dc37d724caa2455 Mon Sep 17 00:00:00 2001
From: Paul B Mahol <onemda@gmail.com>
Date: Tue, 23 Aug 2022 10:11:55 +0200
Subject: [PATCH] avformat: add support for ICMV files

Signed-off-by: Paul B Mahol <onemda@gmail.com>
---
 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 },
-- 
2.37.2