mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-30 21:08:59 +08:00
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
This commit is contained in:
@ -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. */
|
||||||
|
Reference in New Issue
Block a user