Changeset 25589 for titan/plugins/mc/mc_videoplayer.h
- Timestamp:
- 01/10/14 12:53:34 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/mc/mc_videoplayer.h
r25410 r25589 391 391 playrcfr(filename, NULL, &playinfobarstatus, &playinfobarcount, playertype, flag); 392 392 } 393 else if(rcret == getrcconfigint("rcpause", NULL) || ((checkbox("ATEMIO520") == 1 || checkbox("ATEMIO530") == 1) && rcret == getrcconfigint("rcplay", NULL) && status.pause == 0 && status.slowspeed == 0 && status.playspeed == 0 ))393 else if(rcret == getrcconfigint("rcpause", NULL) || ((checkbox("ATEMIO520") == 1 || checkbox("ATEMIO530") == 1) && rcret == getrcconfigint("rcplay", NULL) && status.pause == 0 && status.slowspeed == 0 && status.playspeed == 0 && ostrcmp(getconfig("remotecontrol", NULL), "0") == 0)) 394 394 { 395 395 if((status.play == 1) || (status.pause == 1) || (status.playspeed != 0))
Note: See TracChangeset
for help on using the changeset viewer.