Changeset 44984
- Timestamp:
- 12/10/20 20:07:25 (2 years ago)
- Location:
- titan/libeplayer3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/libeplayer3/output/writer/sh4/writer.c
r44958 r44984 105 105 struct timeval tv; 106 106 107 while(size > 0 && 0 == PlaybackDieNow(0) && !context->playback->isSeeking) 107 // while(size > 0 && 0 == PlaybackDieNow(0) && !context->playback->isSeeking) 108 while(size > 0 && !context->playback->isSeeking) 108 109 { 109 110 if (context->playback->isPaused) -
titan/libeplayer3/playback/playback.c
r44970 r44984 287 287 if(context->playback->SlowMotion) 288 288 context->output->Command(context, OUTPUT_CLEAR, NULL); 289 290 if(context->playback->BackWard) 291 context->output->Command(context, OUTPUT_AUDIOMUTE, "0"); 289 292 //obi (end) 290 293
Note: See TracChangeset
for help on using the changeset viewer.