masc4ii
masc4ii
Ups... no fun. 😢 Sorry. But good to know.
Strange. Unfortunately I can't test myself. But I thought that `#if MAC_OS_X_VERSION_MIN_REQUIRED >= 101300` works for this. You cleaned all the project before comiling, I think...
I don't know if you get what you think you get. This line exists very often in other code files too. Maybe you get an ffmpeg file. MKV don't sounds...
It is at 18 now. If lower I can't playback the files... 😄
What settings number for websized do you recommend?
In latest revision it is still line 262 of frame_caching.c causing the problem: ``` ... pix[0] = (uint16_t)MIN(red1d[i], 65536); ... ```
Me not... but it is still the only Win version I can compile and debug... no idea how to compile a 64 bit version :-D The good thing with the...
I can't tell why... but caching on Win32 version does work now, at least for me. Can someone else try with latest commit? There was changed a lot in terms...
Another day, another try, another crash... 😛
Found out why it crashes: frame_caching.c line 258 ``` uint16_t * out = video->rgb_raw_frames[cache_frame]; for (uint32_t i = 0; i < pixelsize-10; i++) { uint16_t * pix = out +...