Changeset 32839
- Timestamp:
- 02/03/15 20:32:18 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/global.h
r32805 r32839 3938 3938 if(!ostrncmp("16:9", aspect, 4)) 3939 3939 { 3940 policydev = getconfig("policy2dev", NULL); 3940 3941 if(!ostrncmp("letterbox", value, 9)) 3941 3942 value = string_replace("letterbox", "panscan", value, 1); … … 3972 3973 if(!ostrncmp("16:9", aspect, 4)) 3973 3974 { 3975 policydev = getconfig("policy2dev", NULL); 3974 3976 if(!ostrncmp("letterbox", tmpstr, 9)) 3975 3977 tmpstr = string_replace("letterbox", "panscan", tmpstr, 1);
Note: See TracChangeset
for help on using the changeset viewer.