You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
let vorbis decoder init too, fix mi2_vorbis51.mp4
Originally committed as revision 5223 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -1142,6 +1142,9 @@ static int mov_read_stsd(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom)
|
||||
switch (st->codec->codec_id) {
|
||||
#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 */
|
||||
|
Reference in New Issue
Block a user