mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 12:40:19 +00:00
RTDXT: dummy parsing fix
This commit is contained in:
@@ -253,7 +253,7 @@ void * dxt_glsl_compress_init(char * opts)
|
||||
return &compress_init_noerr;
|
||||
}
|
||||
|
||||
if(opts) {
|
||||
if (opts && strlen(opts) != 0) {
|
||||
if(strcasecmp(opts, "DXT5") == 0) {
|
||||
s->color_spec = DXT5;
|
||||
} else if(strcasecmp(opts, "DXT1") == 0) {
|
||||
|
||||
Reference in New Issue
Block a user