libspeex: Do not set AVCodecContext.frame_size in decoder init if there is no
authorJustin Ruggles <justin.ruggles@gmail.com>
Fri, 4 Sep 2009 00:57:20 +0000 (00:57 +0000)
committerJustin Ruggles <justin.ruggles@gmail.com>
Fri, 4 Sep 2009 00:57:20 +0000 (00:57 +0000)
commitd6ee035d7a448ad3bd4857e128b3370634c199c8
treefc224c85bfab6de0666d407bfe17a41b929c2b35
parente69bb386a29d8f3d351e8c06eb36f0e9173a827a
libspeex: Do not set AVCodecContext.frame_size in decoder init if there is no
header in extradata since the default value will be incorrect for multiple
frames per packet.

Originally committed as revision 19755 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/libspeexdec.c