updated to use DSHOW

This commit is contained in:
Jared Bruni
2020-05-20 01:26:35 -07:00
parent a45a36f23b
commit ec8d20d696
2 changed files with 6 additions and 0 deletions

View File

@@ -1501,6 +1501,8 @@ void AC_MainWindow::setFade() {
playback->setFadeFilter(fc);
}
std::mutex mutex_lock_;
void AC_MainWindow::frameInc() {
frame_index++;
QString frame_string;