]> git.sesse.net Git - kdenlive/blobdiff - src/jogshuttle.cpp
Revert "try to find solution for ShuttlePro V2 problem"
[kdenlive] / src / jogshuttle.cpp
index fd8790943991719f3daaa4a27b1b3ef0bc4ee64b..362886362f2cd4a25e2fe9fe29aa5256cdaa70f6 100644 (file)
@@ -146,7 +146,7 @@ void ShuttleThread::run()
                                                if (errno == ENODEV) {
                                                        perror("Failed to read from Jog Shuttle FILE DESCRIPTOR. Stop thread");
                                                        /* stop thread */
-//                                                     stop_me = true;
+                                                       stop_me = true;
                                                } else if (num_warnings > 1000000) {
                                                        perror("Failed to read from Jog Shuttle FILE DESCRIPTOR. Limit reached. Stop thread");
                                                        /* stop thread */