From: Chris Tallon Date: Sun, 29 Oct 2017 15:43:53 +0000 (+0000) Subject: Add a 2s skip back button (for interlacing resync) X-Git-Tag: 0-5-1~24 X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=83b6e5cefcb87477e79f8d4ab247fd75b2cbeead;p=vompclient.git Add a 2s skip back button (for interlacing resync) --- diff --git a/vvideorec.cc b/vvideorec.cc index 0989cda..7e2b3cc 100644 --- a/vvideorec.cc +++ b/vvideorec.cc @@ -366,6 +366,11 @@ int VVideoRec::handleCommand(int command) } return 2; } + case Remote::PREVCHANNEL: + { + player->skipBackward(2); + return 2; + } case Remote::STAR: { doBar(2);