Re: [libav-user] D10/IMX Encoding Crash

2009-06-23 Thread Matthew Hallin
2009/6/17 Baptiste Coudurier baptiste.coudur...@gmail.com Matthew Hallin wrote: 2009/6/17 Baptiste Coudurier baptiste.coudur...@gmail.com Hi, On 6/17/2009 9:09 AM, Matthew Hallin wrote: Here is the output from gdb Program received signal SIGSEGV, Segmentation fault.

Re: [libav-user] D10/IMX Encoding Crash

2009-06-17 Thread Matthew Hallin
Hello, I did not call avcodec_get_context_defaults2 I am not familar with the function I will give it a try. Don't have gdb output as I am using Windows but will try it on a Linux machine and let you know Thanks Matt 2009/6/16 Baptiste Coudurier baptiste.coudur...@gmail.com Hi, On 6/16/2009

Re: [libav-user] D10/IMX Encoding Crash

2009-06-17 Thread Matthew Hallin
Here is the output from gdb Program received signal SIGSEGV, Segmentation fault. ff_set_qscale (s=0xa5113d0, qscale=value optimized out) at libavcodec/mpegvideo.c:2356 2356s-y_dc_scale= s-y_dc_scale_table[ qscale ]; Current language: auto; currently c (gdb) backtrace #0

Re: [libav-user] D10/IMX Encoding Crash

2009-06-17 Thread Baptiste Coudurier
Matthew Hallin wrote: 2009/6/17 Baptiste Coudurier baptiste.coudur...@gmail.com Hi, On 6/17/2009 9:09 AM, Matthew Hallin wrote: Here is the output from gdb Program received signal SIGSEGV, Segmentation fault. ff_set_qscale (s=0xa5113d0, qscale=value optimized out) at