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

On Mar 2, 2011, at 9:15 AM, Mr. Gecko wrote:

> The crash is 
> Exception Type:  EXC_BAD_ACCESS (SIGBUS)
> Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
> 
> If you need a compiled version of the test app I wrote, you can get it at 
> http://dl.dropbox.com/u/610721/FFmpeg.app.zip
> 
> When logging out what it equals, it says it's 1... I don't know what could 
> cause it to look like 0 to the debugger, but it is still crashing at the fist 
> try of output_packet.
> This is how I'm logging out.
> int value = ((MPADecodeContext *)ist->st->codec->priv_data)->dither_state;
> NSLog(@"%d", value);
> 
> I have also tested on a 64bit machine and it crashes. If you need a C based 
> example, I could work on one.

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

_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to