aboutsummaryrefslogtreecommitdiffstats
path: root/formats/format_h263.c
diff options
context:
space:
mode:
Diffstat (limited to 'formats/format_h263.c')
-rwxr-xr-xformats/format_h263.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/formats/format_h263.c b/formats/format_h263.c
index 990acbecc..b98ed19e3 100755
--- a/formats/format_h263.c
+++ b/formats/format_h263.c
@@ -250,14 +250,7 @@ int unload_module()
int usecount()
{
- int res;
- if (ast_mutex_lock(&h263_lock)) {
- ast_log(LOG_WARNING, "Unable to lock h263 list\n");
- return -1;
- }
- res = glistcnt;
- ast_mutex_unlock(&h263_lock);
- return res;
+ return glistcnt;
}
char *description()