diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-08-29 20:04:28 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-08-29 20:04:28 +0000 |
commit | 3a25c707fae3c6e99fdda40474c3d74be24cc4c3 (patch) | |
tree | a8097fd1db3b0690017e836c4ae24a49f55eda6d /libavformat/mov.c | |
parent | 7a7c4a7bf70c43f32052d32e79d5c570b86aed4e (diff) | |
download | ffmpeg-3a25c707fae3c6e99fdda40474c3d74be24cc4c3.tar.gz |
remove vorbis dec hack, decoding will be done anyway to get frame size
Originally committed as revision 15035 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r-- | libavformat/mov.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c index 1edae19703..2cd73d702f 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -1354,11 +1354,6 @@ static int mov_read_trak(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom) 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. */ |