summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mplayer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mplayer.c b/mplayer.c
index c7b13fcb25..0bb5797dc9 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -3498,9 +3498,9 @@ if(mpctx->sh_video){
}
vo_fps = mpctx->sh_video->fps;
- if(!mpctx->sh_video->fps && !force_fps){
+ if(!mpctx->sh_video->fps && !force_fps && !correct_pts){
mp_msg(MSGT_CPLAYER,MSGL_ERR,MSGTR_FPSnotspecified);
- mpctx->sh_video=mpctx->d_video->sh=NULL;
+ correct_pts = 1;
}
}