Sami Farin <[EMAIL PROTECTED]> added the comment:

it crashes because ffmpeg does not initialize rc_eq early enough.

(gdb) frame 5
#5  0x00000000007e20cd in get_qscale (h=0x1de3bb0, rce=0x7fff72c85300, 
    rate_factor=0.025153400438348707, frame_num=0) at encoder/ratecontrol.c:1199
1199        q = x264_eval((char*)h->param.rc.psz_rc_eq, const_values,
const_names, func1, func1_names, NULL, NULL, rce);
(gdb) p h->param.rc.psz_rc_eq
$1 = 0x0

if I start ffmpeg with "-rc_eq 'tex^qComp'" as the first parameters, it works
without segfaulting.

----------
priority: normal -> important
status: closed -> open
substatus: invalid -> open

______________________________________________________
FFmpeg issue tracker <[EMAIL PROTECTED]>
<https://roundup.mplayerhq.hu/roundup/ffmpeg/issue593>
______________________________________________________

Reply via email to