From b157e22838e720b7e3b501f6564110a3692f81de Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 5 Jan 2019 09:00:45 +0100 Subject: demux: fix typo in a comment --- demux/demux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demux/demux.c b/demux/demux.c index 5fdfee31cd..be866b1642 100644 --- a/demux/demux.c +++ b/demux/demux.c @@ -2687,8 +2687,8 @@ static void execute_cache_seek(struct demux_internal *in, if (target_pts != MP_NOPTS_VALUE) { MP_VERBOSE(in, "adjust seek target %f -> %f\n", pts, target_pts); - // (We assume the find_seek_target() will return the - // same target for the video stream.) + // (We assume the find_seek_target() call will return + // the same target for the video stream.) pts = target_pts; flags &= ~SEEK_FORWARD; } -- cgit v1.2.3