[SCM] libav/experimental: enable 'NONE' audio fourcc

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


The following commit has been merged in the experimental branch:
commit 61e3dd7865154a79045a74241593ac9163a561e3
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Wed Aug 9 12:10:25 2006 +0000

    enable 'NONE' audio fourcc
    
    Originally committed as revision 5968 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/mov.c b/libavformat/mov.c
index fc6006d..bc87e1d 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -122,7 +122,7 @@ static const CodecTag mov_video_tags[] = {
 static const CodecTag mov_audio_tags[] = {
     { CODEC_ID_PCM_S32BE, MKTAG('i', 'n', '3', '2') },
     { CODEC_ID_PCM_S24BE, MKTAG('i', 'n', '2', '4') },
-/*    { CODEC_ID_PCM_S16BE, MKTAG('N', 'O', 'N', 'E') }, *//* uncompressed */
+    { CODEC_ID_PCM_S16BE, MKTAG('N', 'O', 'N', 'E') }, /* uncompressed */
     { CODEC_ID_PCM_S16BE, MKTAG('t', 'w', 'o', 's') }, /* 16 bits */
     /* { CODEC_ID_PCM_S8, MKTAG('t', 'w', 'o', 's') },*/ /* 8 bits */
     { CODEC_ID_PCM_U8, MKTAG('r', 'a', 'w', ' ') }, /* 8 bits unsigned */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list