summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRocky Bernstein <rockyb@users.sourceforge.net>2003-10-20 01:17:47 +0000
committerRocky Bernstein <rockyb@users.sourceforge.net>2003-10-20 01:17:47 +0000
commitfafdc4ddc252c7d33f202f127b7f999069674e6d (patch)
tree79f6798214745bff9468100d0246432bec66a3e5 /src
parent556214a447a405fe0dc06e6246c11f903f5e344c (diff)
downloadxine-lib-fafdc4ddc252c7d33f202f127b7f999069674e6d.tar.gz
xine-lib-fafdc4ddc252c7d33f202f127b7f999069674e6d.tar.bz2
Accidentally committed debug printf's.
CVS patchset: 5555 CVS date: 2003/10/20 01:17:47
Diffstat (limited to 'src')
-rw-r--r--src/input/vcd/xineplug_inp_vcd.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/input/vcd/xineplug_inp_vcd.c b/src/input/vcd/xineplug_inp_vcd.c
index d92d0974f..1cb852b0d 100644
--- a/src/input/vcd/xineplug_inp_vcd.c
+++ b/src/input/vcd/xineplug_inp_vcd.c
@@ -1,5 +1,5 @@
/*
- $Id: xineplug_inp_vcd.c,v 1.4 2003/10/20 01:14:33 rockyb Exp $
+ $Id: xineplug_inp_vcd.c,v 1.5 2003/10/20 01:17:47 rockyb Exp $
Copyright (C) 2002,2003 Rocky Bernstein <rocky@panix.com>
@@ -460,8 +460,6 @@ vcd_parse_mrl(/*in*/ const char *default_vcd_device, /*in*/ char *mrl,
char *p;
unsigned int num = 0;
- printf("1111\n");
-
dbg_print(INPUT_DBG_CALL, "called mrl %s\n", mrl);
type_str[0] ='\0';
@@ -474,7 +472,6 @@ vcd_parse_mrl(/*in*/ const char *default_vcd_device, /*in*/ char *mrl,
return false;
}
- printf("222\n");
count = sscanf (p, "%[^@]@%1[EePpSsTt]%u",
device_str, type_str, &num);
itemid->num = num;
@@ -527,8 +524,6 @@ vcd_parse_mrl(/*in*/ const char *default_vcd_device, /*in*/ char *mrl,
}
}
- printf("3333\n");
-
/* We have some sort of track/selection/entry number */
switch (type_str[0]) {
case 'E':