[SCM] libav/experimental: let vorbis decoder init too, fix mi2_vorbis51.mp4

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


The following commit has been merged in the experimental branch:
commit 3ed73c46ca80a62edc0f74ed60aff08d1b6f5766
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Sun Mar 26 17:05:28 2006 +0000

    let vorbis decoder init too, fix mi2_vorbis51.mp4
    
    Originally committed as revision 5223 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/mov.c b/libavformat/mov.c
index 0e6e8df..6d6d3d5 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -1143,6 +1143,9 @@ static int mov_read_stsd(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom)
 #ifdef CONFIG_FAAD
     case CODEC_ID_AAC:
 #endif
+#ifdef CONFIG_VORBIS_DECODER
+    case CODEC_ID_VORBIS:
+#endif
     case CODEC_ID_MP3ON4:
         st->codec->sample_rate= 0; /* let decoder init parameters properly */
         break;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list