summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-25 11:39:13 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-25 11:39:13 +0000
commit751d212a973c3ce80a6664fec929801301db6349 (patch)
tree89b83c53c35e1f9c906d49ebeb923f55d090d7e7 /src
parent94668f0c97e3fff02e8c1225cfe27470b35e79e6 (diff)
White space.
Diffstat (limited to 'src')
-rw-r--r--src/lib/player.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/player.cc b/src/lib/player.cc
index 3584e75ca..db8be20c2 100644
--- a/src/lib/player.cc
+++ b/src/lib/player.cc
@@ -405,7 +405,6 @@ Player::flush ()
while (_audio && _audio_position < _video_position) {
emit_silence (_video_position - _audio_position);
}
-
}
/** Seek so that the next pass() will yield (approximately) the requested frame.