not true
This commit is contained in:
@@ -700,7 +700,7 @@ void MovieTexture_FFMpeg::CreateTexture()
|
|||||||
if( DISPLAY->SupportsTextureFormat(PixelFormat_RGB5) )
|
if( DISPLAY->SupportsTextureFormat(PixelFormat_RGB5) )
|
||||||
pixfmt = PixelFormat_RGB5;
|
pixfmt = PixelFormat_RGB5;
|
||||||
else
|
else
|
||||||
pixfmt = PixelFormat_RGBA4; // everything supports RGBA4
|
pixfmt = PixelFormat_RGBA4;
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
@@ -712,7 +712,7 @@ void MovieTexture_FFMpeg::CreateTexture()
|
|||||||
else if( DISPLAY->SupportsTextureFormat(PixelFormat_RGB5) )
|
else if( DISPLAY->SupportsTextureFormat(PixelFormat_RGB5) )
|
||||||
pixfmt = PixelFormat_RGB5;
|
pixfmt = PixelFormat_RGB5;
|
||||||
else
|
else
|
||||||
pixfmt = PixelFormat_RGBA4; // everything supports RGBA4
|
pixfmt = PixelFormat_RGBA4;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user