From d910a0faa82f064ebe0cfbae56a9c82a0c18f32f Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 17 Dec 2014 22:57:20 +0100 Subject: player: cosmetics: remove ancient comment The DVD horror was confined to specific parts of the player, instead of having it spread everywhere. --- player/playloop.c | 3 --- 1 file changed, 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; -- cgit v1.2.3