]> git.sesse.net Git - nageru/commitdiff
Unbreak preview camera angle again.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 8 Jan 2019 22:52:10 +0000 (23:52 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 8 Jan 2019 22:52:10 +0000 (23:52 +0100)
futatabi/mainwindow.cpp

index 77a3ba35e35bebfdf31c5df258052c75dcffb1e7..a7f6f82e87fc77b1ad88ca8c75572e301fb575d9 100644 (file)
@@ -803,6 +803,7 @@ void MainWindow::preview_single_frame(int64_t pts, unsigned stream_idx, MainWind
        Clip fake_clip;
        fake_clip.pts_in = pts;
        fake_clip.pts_out = pts + 1;
+       fake_clip.stream_idx = stream_idx;
        preview_player->play(fake_clip);
 }