Changeset 44984


Ignore:
Timestamp:
12/10/20 20:07:25 (2 years ago)
Author:
obi
Message:

libeplayer3 sh4 fix buffering

Location:
titan/libeplayer3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/libeplayer3/output/writer/sh4/writer.c

    r44958 r44984  
    105105    struct timeval tv;
    106106   
    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)
    108109    {
    109110        if (context->playback->isPaused)
  • titan/libeplayer3/playback/playback.c

    r44970 r44984  
    287287        if(context->playback->SlowMotion)
    288288             context->output->Command(context, OUTPUT_CLEAR, NULL);
     289
     290        if(context->playback->BackWard)
     291                        context->output->Command(context, OUTPUT_AUDIOMUTE, "0");
    289292//obi (end)
    290293
Note: See TracChangeset for help on using the changeset viewer.