Fix = vs == typo

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19022 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
uau 2006-07-12 10:37:11 +00:00
parent 9d466c4326
commit 072aca08b3
1 changed files with 1 additions and 1 deletions

View File

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