[FFmpeg-cvslog] avformat: do not require frame_size for Speex.

Justin Ruggles git at videolan.org
Fri Oct 21 02:37:07 CEST 2011


ffmpeg | branch: master | Justin Ruggles <justin.ruggles at gmail.com> | Wed Oct 19 14:00:06 2011 -0400| [9ef6c7977f827e73fcc6e7f5ef6165936142eab4] | committer: Justin Ruggles

avformat: do not require frame_size for Speex.

Having it there forces decoding of a frame in order to get frame_size, but it
is not really needed for proper demuxing or decoding.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9ef6c7977f827e73fcc6e7f5ef6165936142eab4
---

 libavformat/utils.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/libavformat/utils.c b/libavformat/utils.c
index 9735d45..5e3e60b 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -2070,7 +2070,6 @@ static int has_codec_parameters(AVCodecContext *avctx)
              avctx->codec_id == CODEC_ID_MP1 ||
              avctx->codec_id == CODEC_ID_MP2 ||
              avctx->codec_id == CODEC_ID_MP3 ||
-             avctx->codec_id == CODEC_ID_SPEEX ||
              avctx->codec_id == CODEC_ID_CELT))
             return 0;
         break;



More information about the ffmpeg-cvslog mailing list