diff options
-rw-r--r-- | src/input/input_dvd.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/input/input_dvd.c b/src/input/input_dvd.c index 84129957e..7c6134240 100644 --- a/src/input/input_dvd.c +++ b/src/input/input_dvd.c @@ -18,7 +18,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_dvd.c,v 1.139 2003/04/01 11:45:32 jcdutton Exp $ + * $Id: input_dvd.c,v 1.140 2003/04/03 13:04:52 mroi Exp $ * */ @@ -84,7 +84,7 @@ #include "xine_internal.h" /* Print debug messages? */ -#define INPUT_DEBUG +/* #define INPUT_DEBUG */ /* Print trace messages? */ /* #define INPUT_DEBUG_TRACE */ @@ -1625,6 +1625,9 @@ static void *init_class (xine_t *xine, void *data) { /* * $Log: input_dvd.c,v $ + * Revision 1.140 2003/04/03 13:04:52 mroi + * not so much noise in cvs + * * Revision 1.139 2003/04/01 11:45:32 jcdutton * Fix race condition, where spudec_reset is called and then a button update arrives from input_dvd.c before we have our this->menu_handle back. * |