changeset 24304:032c82a7a053

a mouse selection may require at least a video codec reinit
author nicodvb
date Sat, 01 Sep 2007 21:35:07 +0000
parents 21d181441aa4
children 414b72437fe3
files stream/stream_dvdnav.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/stream/stream_dvdnav.c	Sat Sep 01 21:00:18 2007 +0000
+++ b/stream/stream_dvdnav.c	Sat Sep 01 21:35:07 2007 +0000
@@ -466,6 +466,7 @@
         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);