Various fixes to still-image mode.
[dcpomatic.git] / src / wx / film_viewer.cc
index 8cc4776d1a53a1dc8078116ef8cea2d7b0fb23c3..9d024bca136a33d3ea08a09e7cb5ae2b5a8b3dd3 100644 (file)
@@ -205,6 +205,7 @@ void
 FilmViewer::seek_and_update (SourceFrame f)
 {
        if (_decoders.video->seek (f)) {
+               cout << "could not s&u to " << f << "\n";
                return;
        }