Changeset 44550
- Timestamp:
- 01/17/20 16:53:45 (3 years ago)
- Location:
- titan/titan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/play.h
r44535 r44550 1221 1221 if((status.playspeed != 0 || status.slowspeed != 0) && checkchipset("HI3798MV200") != 1) 1222 1222 { 1223 playerpausets();1224 1223 playerresetts(); 1225 1224 } -
titan/titan/player.h
r44528 r44550 726 726 offset += currentpos; 727 727 currentpos = lseek64(servicenode->recsrcfd, offset, SEEK_SET); 728 729 playerresetts(); 728 729 playercontinuets(); 730 if(checkchipset("HI3798MV200") != 1) 731 playerresetts(); 730 732 731 733 if(flag == 0) m_unlock(&status.tsseekmutex, 15);
Note: See TracChangeset
for help on using the changeset viewer.