From: Steinar H. Gunderson Date: Tue, 8 Jan 2019 22:52:10 +0000 (+0100) Subject: Unbreak preview camera angle again. X-Git-Tag: 1.8.2~28 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=a07c2ed551f4d92eda6c508b04748af7ce0d4bda;p=nageru Unbreak preview camera angle again. --- diff --git a/futatabi/mainwindow.cpp b/futatabi/mainwindow.cpp index 77a3ba3..a7f6f82 100644 --- a/futatabi/mainwindow.cpp +++ b/futatabi/mainwindow.cpp @@ -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); }