mirror of
https://github.com/mpv-player/mpv
synced 2025-01-20 21:07:29 +01:00
Fix = vs == typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19022 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9d466c4326
commit
072aca08b3
@ -3925,7 +3925,7 @@ if(!sh_video) {
|
||||
sh_video->pts = vf_vo_data.pts;
|
||||
if (sh_video->pts == MP_NOPTS_VALUE) {
|
||||
mp_msg(MSGT_CPLAYER, MSGL_ERR, "pts after filters MISSING\n");
|
||||
sh_video->pts == last_pts;
|
||||
sh_video->pts = last_pts;
|
||||
}
|
||||
if (last_pts == MP_NOPTS_VALUE)
|
||||
last_pts = sh_video->pts;
|
||||
|
Loading…
Reference in New Issue
Block a user