[SCM] libav/experimental: riff: map 0x0038 to amrnb

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:02:39 UTC 2014


The following commit has been merged in the experimental branch:
commit 10a14bd574574dba3d982f3666a535cda1363f4c
Author: Compn <tempn at twmi.rr.com>
Date:   Thu Apr 3 16:18:26 2014 +0200

    riff: map 0x0038 to amrnb
    
    Sample-Id: 40709.avi

diff --git a/libavformat/riff.c b/libavformat/riff.c
index 04ef1bc..bda5d89 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -367,6 +367,7 @@ const AVCodecTag ff_codec_wav_tags[] = {
     { AV_CODEC_ID_TRUESPEECH,      0x0022 },
     { AV_CODEC_ID_GSM_MS,          0x0031 },
     { AV_CODEC_ID_GSM_MS,          0x0032 },
+    { AV_CODEC_ID_AMR_NB,          0x0038 },  /* rogue format number */
     { AV_CODEC_ID_ADPCM_G726,      0x0045 },
     { AV_CODEC_ID_MP2,             0x0050 },
     { AV_CODEC_ID_MP3,             0x0055 },

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list