Changeset 44996 for titan/titan/play.h
- Timestamp:
- 12/11/20 13:49:24 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/play.h
r44983 r44996 1221 1221 audioclearbuffer(status.aktservice->audiodev); 1222 1222 if((status.playspeed != 0 || status.slowspeed != 0) && checkchipset("HI3798MV200") != 1 && checkbox("DM7020HD") != 1 && checkbox("DM7020HDV2") != 1 && vubox1 != 1) 1223 {1224 1223 playerresetts(); 1225 } 1226 else 1227 playercontinuets(); 1224 playercontinuets(); 1228 1225 } 1229 1226 else if(playertype == 2) … … 1729 1726 if(file != NULL) 1730 1727 { 1731 int noworkaround = getconfigint("playnotintern", NULL); 1732 //if(cmpfilenameext(file, ".ts") == 0 && checkbox("VUSOLO2") != 1 && vubox1 != 1 && noworkaround == 0) 1733 if(cmpfilenameext(file, ".ts") == 0) 1728 if(getconfigint("playertype", NULL) == 1 && cmpfilenameext(file, ".ts") == 0) 1729 // if(cmpfilenameext(file, ".ts") == 0) 1734 1730 { 1735 1731 playertype = 1;
Note: See TracChangeset
for help on using the changeset viewer.