[FFmpeg-cvslog] r15035 - trunk/libavformat/mov.c
bcoudurier
subversion
Fri Aug 29 22:04:29 CEST 2008
Author: bcoudurier
Date: Fri Aug 29 22:04:28 2008
New Revision: 15035
Log:
remove vorbis dec hack, decoding will be done anyway to get frame size
Modified:
trunk/libavformat/mov.c
Modified: trunk/libavformat/mov.c
==============================================================================
--- trunk/libavformat/mov.c (original)
+++ trunk/libavformat/mov.c Fri Aug 29 22:04:28 2008
@@ -1354,11 +1354,6 @@ static int mov_read_trak(MOVContext *c,
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. */
More information about the ffmpeg-cvslog
mailing list