From: Steinar H. Gunderson Date: Sat, 18 May 2019 18:45:41 +0000 (+0200) Subject: Remove a fixed FIXME. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=31d00683712616fee8e0e5be0b45922cf5703138;p=nageru 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.