Mercurial > libavformat.hg
changeset 3796:bae4b42939cc libavformat
remove vorbis dec hack, decoding will be done anyway to get frame size
author | bcoudurier |
---|---|
date | Fri, 29 Aug 2008 20:04:28 +0000 |
parents | ccddbe22fa8f |
children | 5fc16ca7b356 |
files | mov.c |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/mov.c Fri Aug 29 17:06:35 2008 +0000 +++ b/mov.c Fri Aug 29 20:04:28 2008 +0000 @@ -1354,11 +1354,6 @@ st->codec->width= 0; /* let decoder init width/height */ st->codec->height= 0; break; -#ifdef CONFIG_VORBIS_DECODER - case CODEC_ID_VORBIS: -#endif - st->codec->sample_rate= 0; /* let decoder init parameters properly */ - break; } /* Do not need those anymore. */