1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-05-28 17:11:37 +00:00

Minor cleanup

This commit is contained in:
scrawl 2015-06-02 19:36:57 +02:00
parent 58ebf57154
commit 4d5c446a44

View file

@ -308,7 +308,7 @@ int VideoState::queue_picture(AVFrame *pFrame, double pts)
// windex is set to 0 initially
vp = &this->pictq[this->pictq_windex];
// Convert the image into RGBA format for Ogre
// Convert the image into RGBA format
// TODO: we could do this in a pixel shader instead, if the source format
// matches a commonly used format (ie YUV420P)
if(this->sws_context == NULL)