[SCM] libav/experimental: add pcm s8 tag

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:57:14 UTC 2013


The following commit has been merged in the experimental branch:
commit 36264d3586eeab83bdae759792a2d5d2f3e263c2
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Sun Mar 4 01:58:10 2007 +0000

    add pcm s8 tag
    
    Originally committed as revision 8214 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/isom.c b/libavformat/isom.c
index f9aadb5..5a69e07 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -133,6 +133,7 @@ const AVCodecTag codec_movaudio_tags[] = {
     { CODEC_ID_PCM_S16BE, MKTAG('N', 'O', 'N', 'E') }, /* uncompressed */
     { CODEC_ID_PCM_S16LE, MKTAG('s', 'o', 'w', 't') }, /*  */
     { CODEC_ID_PCM_S16LE, MKTAG('l', 'p', 'c', 'm') },
+    { CODEC_ID_PCM_S8,    MKTAG('s', 'o', 'w', 't') },
     { CODEC_ID_PCM_U8,    MKTAG('r', 'a', 'w', ' ') }, /* 8 bits unsigned */
     { CODEC_ID_PCM_MULAW, MKTAG('u', 'l', 'a', 'w') }, /*  */
     { CODEC_ID_PCM_ALAW,  MKTAG('a', 'l', 'a', 'w') }, /*  */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list