Commit d61ffac7 authored by bcoudurier's avatar bcoudurier

remove vorbis dec hack, decoding will be done anyway to get frame size

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15035 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0172ca36
...@@ -1354,11 +1354,6 @@ static int mov_read_trak(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom) ...@@ -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->width= 0; /* let decoder init width/height */
st->codec->height= 0; st->codec->height= 0;
break; 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. */ /* Do not need those anymore. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment