X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Fchroma_subsampler.cpp;h=ff9d919c5133f8f8171c46728dbab114a75c3d28;hb=1e71f1ad456d64082a1a56bbc79fe0216e5fb5e3;hp=14cb4d29641de6a149bf5a89189ea979bde67dc8;hpb=ebd973909f6985622c1e77753291f84919f5fdf5;p=nageru diff --git a/nageru/chroma_subsampler.cpp b/nageru/chroma_subsampler.cpp index 14cb4d2..ff9d919 100644 --- a/nageru/chroma_subsampler.cpp +++ b/nageru/chroma_subsampler.cpp @@ -140,7 +140,7 @@ ChromaSubsampler::ChromaSubsampler(ResourcePool *resource_pool) GLchar error_log[1024] = {0}; glGetProgramInfoLog(v210_program_num, 1024, nullptr, error_log); fprintf(stderr, "Error linking program: %s\n", error_log); - exit(1); + abort(); } v210_in_y_pos = glGetUniformLocation(v210_program_num, "in_y");