dyne / frei0r

A large collection of free and portable video plugins
https://frei0r.dyne.org/
GNU General Public License v2.0
427 stars 89 forks source link

rgbsplit0r segfault #35

Closed rrrapha closed 5 years ago

rrrapha commented 5 years ago

The issue is problably related to this commit: 3f685db3b0b7767ab3a96dffbe6b27b3aa68a7d0

Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x000014cd709d1be3 in rgbsplit0r_extract_color (pixelIn=0x14ccafcb6000, pixelOut=0x14cccec06a38, colorIndex=2) at /tmp/frei0r/src/filter/rgbsplit0r/rgbsplit0r.c:59
59                  pxOut[2] = pxIn[2];

(gdb) bt
#0  0x000014cd709d1be3 in rgbsplit0r_extract_color (pixelIn=0x14ccafcb6000, pixelOut=0x14cccec06a38, colorIndex=2)
    at /tmp/frei0r/src/filter/rgbsplit0r/rgbsplit0r.c:59
#1  0x000014cd709d19eb in f0r_update (instance=0x14cccec06a20, time=0, inframe=0x14ccaf235000, outframe=0x14cd3bf63000)
    at /tmp/frei0r/src/filter/rgbsplit0r/rgbsplit0r.c:203
#2  0x000014cd3ba1882c in filter_frame () from /usr/local/lib/libavfilter.so.7.3
#3  0x000014cd3b9cdcdb in ff_filter_frame_framed () from /usr/local/lib/libavfilter.so.7.3

...