summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-12-17 22:57:20 +0100
committerwm4 <wm4@nowhere>2014-12-17 22:57:20 +0100
commitd910a0faa82f064ebe0cfbae56a9c82a0c18f32f (patch)
treea8240f11f064da26800a5e820152de7098273fa4
parentc721948efe497d0e1951bddeec9e7a60c6763945 (diff)
downloadmpv-d910a0faa82f064ebe0cfbae56a9c82a0c18f32f.tar.bz2
mpv-d910a0faa82f064ebe0cfbae56a9c82a0c18f32f.tar.xz
player: cosmetics: remove ancient comment
The DVD horror was confined to specific parts of the player, instead of having it spread everywhere.
-rw-r--r--player/playloop.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/player/playloop.c b/player/playloop.c
index 42f01ce473..597d1094a2 100644
--- a/player/playloop.c
+++ b/player/playloop.c
@@ -364,9 +364,6 @@ double get_time_length(struct MPContext *mpctx)
return -1; // unknown
}
-/* If there are timestamps from stream level then use those (for example
- * DVDs can have consistent times there while the MPEG-level timestamps
- * reset). */
double get_current_time(struct MPContext *mpctx)
{
struct demuxer *demuxer = mpctx->demuxer;