summaryrefslogtreecommitdiffstats
path: root/player/playloop.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-11-17 01:39:54 +0100
committerwm4 <wm4@nowhere>2019-11-17 02:11:45 +0100
commitd92395d205dc9638c354c4bc7e58a969f889ebec (patch)
tree489b40240cf35d4ec5ca40acb2238e1391092cfd /player/playloop.c
parent4e74320320ea78904d94d11ffb35ef8f9f2b431e (diff)
downloadmpv-d92395d205dc9638c354c4bc7e58a969f889ebec.tar.bz2
mpv-d92395d205dc9638c354c4bc7e58a969f889ebec.tar.xz
player: remove some unnecessary coverart special cases
These should not be needed, since video is in EOF mode in this case anyway. Not too sure about the video.c case to be honest, well, here goes nothing.
Diffstat (limited to 'player/playloop.c')
-rw-r--r--player/playloop.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/player/playloop.c b/player/playloop.c
index 03bb771ad9..ab98fb1a60 100644
--- a/player/playloop.c
+++ b/player/playloop.c
@@ -1055,7 +1055,6 @@ static void handle_dummy_ticks(struct MPContext *mpctx)
static void handle_playback_time(struct MPContext *mpctx)
{
if (mpctx->vo_chain &&
- !mpctx->vo_chain->is_coverart &&
!mpctx->vo_chain->is_sparse &&
mpctx->video_status >= STATUS_PLAYING &&
mpctx->video_status < STATUS_EOF)