[Libav-user] Possible Bug in "libspeexdec.c" ??
ashika umanga
umanga.forums at gmail.com
Wed Mar 21 10:28:16 CET 2012
Greetings all,
I have been try to decode Speex audio for many days without success.
Finally I noticed in the line number #108 of the file "libspeexdec.c" :
s->frame.nb_samples = s->frame_size;
this "s->frame_size" is always 0 , thus giving a "get_buffer() failed"
error.
When I hardcoded a value like "s->frame.nb_samples=2048" , decoding worked
fine.(play back was not smooth though)
Is this a bug or am I missing something ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ffmpeg.org/pipermail/libav-user/attachments/20120321/1b6c2d08/attachment.html>
More information about the Libav-user
mailing list