Changeset 44550


Ignore:
Timestamp:
01/17/20 16:53:45 (3 years ago)
Author:
gost
Message:

next test ff

Location:
titan/titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/play.h

    r44535 r44550  
    12211221                if((status.playspeed != 0 || status.slowspeed != 0) && checkchipset("HI3798MV200") != 1)
    12221222                {
    1223                         playerpausets();
    12241223                        playerresetts();
    12251224                }
  • titan/titan/player.h

    r44528 r44550  
    726726        offset += currentpos;
    727727        currentpos = lseek64(servicenode->recsrcfd, offset, SEEK_SET);
    728 
    729         playerresetts();
     728       
     729        playercontinuets();
     730        if(checkchipset("HI3798MV200") != 1)
     731                playerresetts();
    730732
    731733        if(flag == 0) m_unlock(&status.tsseekmutex, 15);
Note: See TracChangeset for help on using the changeset viewer.