Mercurial > libavformat.hg
changeset 1040:3c523d59d55c libavformat
let vorbis decoder init too, fix mi2_vorbis51.mp4
author | bcoudurier |
---|---|
date | Sun, 26 Mar 2006 17:05:28 +0000 |
parents | 49b57ac270f7 |
children | ae2ea8f5a07f |
files | mov.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mov.c Sun Mar 26 16:54:53 2006 +0000 +++ b/mov.c Sun Mar 26 17:05:28 2006 +0000 @@ -1143,6 +1143,9 @@ #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;