git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0577234
)
Remove dummy debug
author
Rémi Denis-Courmont
<remi@remlab.net>
Sat, 23 May 2009 14:04:11 +0000
(17:04 +0300)
committer
Rémi Denis-Courmont
<remi@remlab.net>
Sat, 23 May 2009 14:04:11 +0000
(17:04 +0300)
modules/video_output/drawable.c
patch
|
blob
|
history
diff --git
a/modules/video_output/drawable.c
b/modules/video_output/drawable.c
index
f97b30d
..
ec1c71b
100644
(file)
--- a/
modules/video_output/drawable.c
+++ b/
modules/video_output/drawable.c
@@
-92,7
+92,6
@@
static int Open (vlc_object_t *obj, const char *varname, bool ptr)
else
val = (void *)(uintptr_t)var_GetInteger (obj, varname);
var_Destroy (obj, varname);
- msg_Err (wnd, "%zu, %p", n, val);
/* Keep a list of busy drawables, so we don't overlap videos if there are
* more than one video track in the stream. */
@@
-123,7
+122,6
@@
skip:
val = NULL;
}
vlc_mutex_unlock (&serializer);
- msg_Err (wnd, "%zu, %p", n, val);
if (val == NULL)
return VLC_EGENERIC;