Changeset 44555 for titan/libeplayer3/playback/playback.c
- Timestamp:
- 01/18/20 02:08:07 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/libeplayer3/playback/playback.c
r42431 r44555 266 266 //obi 267 267 if(context->playback->SlowMotion) 268 context->output->Command(context, OUTPUT_CLEAR, NULL); context->output->Command(context, OUTPUT_PAUSE, NULL);268 context->output->Command(context, OUTPUT_CLEAR, NULL); 269 269 //obi (end) 270 270 … … 303 303 //obi 304 304 if(context->playback->SlowMotion) 305 context->output->Command(context, OUTPUT_CLEAR, NULL); context->output->Command(context, OUTPUT_PAUSE, NULL); 305 context->output->Command(context, OUTPUT_CLEAR, NULL); 306 306 307 //obi (end) 307 308 context->output->Command(context, OUTPUT_CONTINUE, NULL);
Note: See TracChangeset
for help on using the changeset viewer.