Changeset 37080 for titan


Ignore:
Timestamp:
02/06/16 20:04:57 (8 years ago)
Author:
gost
Message:

[titan] DM7020.. pause during playback

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/play.h

    r36589 r37080  
    16671667                                        playrcfr(file, showname, &playinfobarstatus, &playinfobarcount, playertype, flag);
    16681668
    1669                                 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))
     1669                                if(rcret == getrcconfigint("rcpause", NULL) || ((checkbox("DM7020HD") == 1 || checkbox("DM7020HDV2") == 1 || 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))
    16701670                                {       
    16711671                                        playrcpause(file, showname, &playinfobarstatus, &playinfobarcount, playertype, flag);
Note: See TracChangeset for help on using the changeset viewer.