Add frame_size as a codec parameter requirement for Speex in
authorJustin Ruggles <justin.ruggles@gmail.com>
Fri, 4 Sep 2009 21:38:45 +0000 (21:38 +0000)
committerJustin Ruggles <justin.ruggles@gmail.com>
Fri, 4 Sep 2009 21:38:45 +0000 (21:38 +0000)
commit1d07029feac862056136ca46299b1d4d30375f5b
treef84f73a267746c09c15377f6f9702d8eb0b0b07f
parent83614f2df9a69929cec611571bddc35ea2969207
Add frame_size as a codec parameter requirement for Speex in
av_find_stream_info().  It forces decoding of a packet when there is no
Speex header in order to determine the correct frame size.

Originally committed as revision 19760 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/utils.c