]> git.sesse.net Git - nageru/commitdiff
Fix an issue where switching play clips during a fade would mean reverting back to...
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 31 Oct 2018 19:18:02 +0000 (20:18 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 31 Oct 2018 19:18:02 +0000 (20:18 +0100)
player.cpp

index 281462358358a70307d190b3db34a570e1474271..6fbd1bdd04d7dd8e75c37f7e2667321611202bef 100644 (file)
@@ -221,6 +221,7 @@ got_clip:
                                                video_stream->clear_queue();
                                                lock.lock();
                                        }
+                                       got_next_clip = false;
                                        goto wait_for_clip;
                                }
                                if (override_stream_idx != -1) {