Skip to content

Commit

Permalink
Merge pull request #787 from ElderOrb/filters_speedup
Browse files Browse the repository at this point in the history
speedup player filters
  • Loading branch information
dericed authored Sep 2, 2023
2 parents 0f71cf1 + 2512ba3 commit 82ec28a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project/QtCreator/qctools-QtAVPlayer
2 changes: 2 additions & 0 deletions Source/GUI/player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -980,6 +980,8 @@ void Player::applyFilter()
combinedFilter = combinedAudioFilter;
}

combinedFilter += ",format=rgb24";

ui->plainTextEdit->appendPlainText(QString("*** filterString ***: \n\n%1").arg(combinedFilter));

setFilter(combinedFilter);
Expand Down

0 comments on commit 82ec28a

Please sign in to comment.