Finally figured it out thanks to the great people in the IRC helping me debug 
it. There was a static variable called samples_size that was referencing the 
size of short *samples and because I release short *samples, it thinks it still 
exists and there for doesn't create it. So by making the static variable a 
global one and setting it to zero every time I free fixes it.

On Mar 2, 2011, at 10:14 AM, Mr. Gecko wrote:

> Here is one that is C based and has the same problem. You would have to write 
> your own gcc command as I just used xcode to compile.
> 
> http://dl.dropbox.com/u/610721/FFmpeg.zip

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
libav-user mailing list
libav-user@mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to