From: Steinar H. Gunderson Date: Sat, 18 May 2019 18:45:41 +0000 (+0200) Subject: Remove a fixed FIXME. X-Git-Tag: 1.9.0~41 X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=e3df5f8d9bdc31df5dcd14e5ac214de70f5234af Remove a fixed FIXME. --- diff --git a/nageru/image_input.cpp b/nageru/image_input.cpp index d2d6611..779f7ec 100644 --- a/nageru/image_input.cpp +++ b/nageru/image_input.cpp @@ -41,7 +41,6 @@ struct SwsContext; using namespace std; -// FIXME gl context ImageInput::ImageInput(const string &filename) : movit::FlatInput({movit::COLORSPACE_sRGB, movit::GAMMA_sRGB}, movit::FORMAT_RGBA_POSTMULTIPLIED_ALPHA, GL_UNSIGNED_BYTE, 1280, 720), // Resolution will be overwritten.