diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-12-30 01:09:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-30 02:31:12 +0100 |
| commit | 7bfb66f9732dede9c3eaa0076eec45f230df061d (patch) | |
| tree | 50888eeeab49bce7fa2edc3c64f2567ceb91d9c5 /src/lib/player.cc | |
| parent | 4ffe0ef9fe7fe2e636f5c8dd247abc0be19d508c (diff) | |
Tweak comments.
Diffstat (limited to 'src/lib/player.cc')
| -rw-r--r-- | src/lib/player.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/player.cc b/src/lib/player.cc index f91c80f72..6bfc1efdb 100644 --- a/src/lib/player.cc +++ b/src/lib/player.cc @@ -654,7 +654,7 @@ Player::set_always_burn_open_subtitles() } -/** Sets up the player to be faster, possibly at the expense of quality */ +/** Set up the player to be faster, possibly at the expense of quality */ void Player::set_fast() { |
