Ticket #12717: tv_play.cpp.patch

File tv_play.cpp.patch, 669 bytes (added by Neil Salstrom <salstrom@…>, 9 years ago)

Reverts 0.27 commit f307a3d5e60b0054e1833127d417c6acfada3213 in 0.28

  • mythtv/libs/libmythtv/tv_play.cpp

     
    78707870    if (ctx->prevChan.empty())
    78717871        ctx->PushPreviousChannel();
    78727872
    7873     if (ctx->player)
    7874         ctx->player->GetAudio()->Pause(true);
     7873    PauseAudioUntilBuffered(ctx);
    78757874    PauseLiveTV(ctx);
    78767875
    78777876    ctx->LockDeletePlayer(__FILE__, __LINE__);
     
    78887887        ctx->player->GetAudio()->Reset();
    78897888
    78907889    UnpauseLiveTV(ctx, chanid && GetQueuedChanID());
    7891     PauseAudioUntilBuffered(ctx);
    7892 
     7890   
    78937891    if (oldinputname != ctx->recorder->GetInput())
    78947892        UpdateOSDInput(ctx);
    78957893}