]> git.vomp.tv Git - vompclient.git/commitdiff
Add a 2s skip back button (for interlacing resync)
authorChris Tallon <chris@vomp.tv>
Sun, 29 Oct 2017 15:43:53 +0000 (15:43 +0000)
committerChris Tallon <chris@vomp.tv>
Sun, 29 Oct 2017 15:43:53 +0000 (15:43 +0000)
vvideorec.cc

index 0989cda06a295dd98db8de4a307a920d86f0f332..7e2b3cc80b80264fabc7356823b90caaa7a7229d 100644 (file)
@@ -366,6 +366,11 @@ int VVideoRec::handleCommand(int command)
       }
       return 2;
     }
+    case Remote::PREVCHANNEL:
+    {
+      player->skipBackward(2);
+      return 2;
+    }
     case Remote::STAR:
     {
       doBar(2);