demux: fix typo in a comment

This commit is contained in:
wm4 2019-01-05 09:00:45 +01:00
parent 007defb06f
commit b157e22838
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}