Lypheo / vs-placebo

libplacebo-based debanding, scaling and color mapping plugin for VapourSynth
GNU Lesser General Public License v2.1
73 stars 13 forks source link

CRLF problem in shaders #8

Closed Alexkral closed 2 years ago

Alexkral commented 3 years ago

There is a problem with shaders when CRLF is used for Newline instead of LF. There is no error, but the result is not what it should be.

Lypheo commented 3 years ago

Sounds like a libplacebo issue seeing as we only pass on the string without any processing.

quietvoid commented 2 years ago

libplacebo does indeed only split on newlines, and mpv with --vo=gpu-next also uses the same helper as we do. I suggest simply fixing the file, or open a bug at libplacebo.

Alexkral commented 2 years ago

Yes thanks, I fixed the files.

quietvoid commented 1 year ago

CRLF files might be fixed in https://github.com/Lypheo/vs-placebo/releases/tag/1.4.3