[FFmpeg-devel] Is this the desired behaviour?

Roman V. Shaposhnik rvs
Wed Feb 11 18:56:41 CET 2009


Now, granted, the -ildctcmp sad might not be the smartest
thing to do, but:

$ ./ffmpeg -i test.dv -flags ildct -ildctcmp sad  test.vob
....
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x2b34d3a97360 (LWP 6666)]
0x0000000000000000 in ?? ()
(gdb) where
#0  0x0000000000000000 in ?? ()
#1  0x000000000051d9cb in encode_thread (c=<value optimized out>, arg=<value optimized out>)
    at libavcodec/mpegvideo_enc.c:1500

The problems is, of course, the fact that nobody bothers
to check whether s->dsp.ildct_cmp[4] is non NULL.

Thanks,
Roman.





More information about the ffmpeg-devel mailing list