diff options
author | nicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-09-01 21:35:07 +0000 |
---|---|---|
committer | nicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-09-01 21:35:07 +0000 |
commit | 0f4b9929ebe86711dece7ae7e5c1cb23c4449d70 (patch) | |
tree | c41e3e9a4ff1d9f0bcd4f96356f00b38c0b64c23 | |
parent | 4da74f1f7bba8593574f25484ab0918639f2c401 (diff) |
a mouse selection may require at least a video codec reinit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24324 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | stream/stream_dvdnav.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/stream_dvdnav.c b/stream/stream_dvdnav.c index 7f2b856b71..fa9845dfc2 100644 --- a/stream/stream_dvdnav.c +++ b/stream/stream_dvdnav.c @@ -466,6 +466,7 @@ int mp_dvdnav_handle_input(stream_t *stream, int cmd, int *button) { This last call always works well */ status = dvdnav_mouse_activate(nav, pci, priv->mousex, priv->mousey); + if(status == DVDNAV_STATUS_OK) reset = 1; break; default: mp_msg(MSGT_CPLAYER, MSGL_V, "Unknown DVDNAV cmd %d\n", cmd); |