summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-04-23 15:51:02 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-04-23 15:51:02 +0000
commitf4ded2515f69fa09106b05f73e216ff643ead618 (patch)
tree62b1c7d8f572685f33e952f6037a757f68e6c8c6 /src
parent875eb441dc282737068ea6ac7fb09d8ccc9dd941 (diff)
downloadxine-lib-f4ded2515f69fa09106b05f73e216ff643ead618.tar.gz
xine-lib-f4ded2515f69fa09106b05f73e216ff643ead618.tar.bz2
silence, please
CVS patchset: 4662 CVS date: 2003/04/23 15:51:02
Diffstat (limited to 'src')
-rw-r--r--src/input/input_dvd.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/input/input_dvd.c b/src/input/input_dvd.c
index 43803e605..b8e310e6a 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.153 2003/04/22 23:30:29 tchamp Exp $
+ * $Id: input_dvd.c,v 1.154 2003/04/23 15:51:02 mroi Exp $
*
*/
@@ -1429,19 +1429,15 @@ static input_plugin_t *dvd_class_get_instance (input_class_t *class_gen, xine_st
this->num_mrls = 0;
*/
-printf("dvd_class_get_instance2\n");
pthread_mutex_init(&this->buf_mutex, NULL);
this->mem_stack = 0;
this->freeing = 0;
-printf("dvd_class_get_instance21\n");
this->event_queue = xine_event_new_queue (this->stream);
-printf("dvd_class_get_instance22\n");
/* config callbacks may react now */
class->ip = this;
-printf("dvd_class_get_instance3\n");
return &this->input_plugin;
}
@@ -1621,6 +1617,9 @@ static void *init_class (xine_t *xine, void *data) {
/*
* $Log: input_dvd.c,v $
+ * Revision 1.154 2003/04/23 15:51:02 mroi
+ * silence, please
+ *
* Revision 1.153 2003/04/22 23:30:29 tchamp
* Additional changes for win32/msvc port; This is my first real commit so please be gentle with me; Everything builds except for the win32 ui
*