aboutsummaryrefslogtreecommitdiffstats
path: root/channels/console_video.c
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-01 23:53:43 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-01 23:53:43 +0000
commit2632ca870c8b881dfa14f25d4e0c4bedbbb492b3 (patch)
tree039f0375b8b278a8540e9d7be5342953a742f2f2 /channels/console_video.c
parent59bc75d1f804682e2224b1b4587be7e738ecf188 (diff)
remove a leftover sleep(1) used for debugging
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@95671 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/console_video.c')
-rw-r--r--channels/console_video.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/channels/console_video.c b/channels/console_video.c
index 604a58028..ebf936a37 100644
--- a/channels/console_video.c
+++ b/channels/console_video.c
@@ -1,7 +1,7 @@
/*
* Asterisk -- An open source telephony toolkit.
*
- * Copyright 2007, Marta Carbone, Sergio Fadda, Luigi Rizzo
+ * Copyright 2007-2008, Marta Carbone, Sergio Fadda, Luigi Rizzo
*
* See http://www.asterisk.org for more information about
* the Asterisk project. Please do not directly contact
@@ -328,7 +328,6 @@ static int video_out_uninit(struct video_desc *env)
fbuf_free(&env->enc_in);
fbuf_free(&v->enc_out);
/* close the grabber */
- sleep(1);
if (v->grabber) {
v->grabber_data = v->grabber->close(v->grabber_data);
v->grabber = NULL;