[SCM] libav/experimental: Add codec ID for Shorten audio.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:52:13 UTC 2013


The following commit has been merged in the experimental branch:
commit 7e547cb4c325d306c3178b252f7baeaca196a02d
Author: Diego Biurrun <diego at biurrun.de>
Date:   Fri Oct 13 00:01:25 2006 +0000

    Add codec ID for Shorten audio.
    
    Originally committed as revision 6680 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/riff.c b/libavformat/riff.c
index 608d810..c3c8a88 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -196,6 +196,7 @@ const CodecTag codec_wav_tags[] = {
     { CODEC_ID_FLAC, MKTAG('f', 'L', 'a', 'C') },
     { CODEC_ID_TTA, MKTAG('T', 'T', 'A', '1') },
     { CODEC_ID_WAVPACK, MKTAG('W', 'V', 'P', 'K') },
+    { CODEC_ID_SHORTEN, MKTAG('s', 'h', 'r', 'n') },
 
     // for NuppelVideo (nuv.c)
     { CODEC_ID_PCM_S16LE, MKTAG('R', 'A', 'W', 'A') },

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list