Changeset 32844


Ignore:
Timestamp:
02/03/15 21:02:47 (9 years ago)
Author:
obi
Message:

test fix pillarbox

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r32841 r32844  
    39463946                        value = string_replace("letterbox", "panscan", value, 1);                       
    39473947                else
    3948                         value = string_replace("panscan", "letterbox", value, 1);
     3948                        value = string_replace("panscan", "pillarbox", value, 1);
    39493949        }
    39503950        free(aspect), aspect = NULL;
     
    39803980                {               
    39813981                        if(!ostrncmp("letterbox", tmpstr, 9))
    3982                                 tmpstr = string_replace("letterbox", "panscan", tmpstr, 1);                     
     3982                                tmpstr = string_replace("pillarbox", "panscan", tmpstr, 1);                     
    39833983                        else
    39843984                                tmpstr = string_replace("panscan", "letterbox", tmpstr, 1);
Note: See TracChangeset for help on using the changeset viewer.