]> git.sesse.net Git - nageru/commitdiff
Remove a fixed FIXME.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 18 May 2019 18:45:41 +0000 (20:45 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 22 May 2019 22:43:56 +0000 (00:43 +0200)
nageru/image_input.cpp

index d2d6611162fae0d88ab06dd382d026f5997337a2..779f7ec0c77745367e974135d9a19b7639a77789 100644 (file)
@@ -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.