Changeset 44555 for titan/libeplayer3


Ignore:
Timestamp:
01/18/20 02:08:07 (3 years ago)
Author:
obi
Message:

fix slowmotion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/libeplayer3/playback/playback.c

    r42431 r44555  
    266266//obi     
    267267        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);
    269269//obi (end)
    270270
     
    303303//obi     
    304304        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
    306307//obi (end)
    307308        context->output->Command(context, OUTPUT_CONTINUE, NULL);
Note: See TracChangeset for help on using the changeset viewer.