summaryrefslogtreecommitdiffstats
path: root/stream/tvi_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/tvi_def.h')
-rw-r--r--stream/tvi_def.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/stream/tvi_def.h b/stream/tvi_def.h
index 43de8c6423..01c2222621 100644
--- a/stream/tvi_def.h
+++ b/stream/tvi_def.h
@@ -68,17 +68,6 @@ static tvi_handle_t *new_handle(void)
return h;
}
-static void free_handle(tvi_handle_t *h)
-{
- if (h) {
- if (h->priv)
- free(h->priv);
- if (h->scan)
- free(h->scan);
- free(h);
- }
-}
-
/**
Fills video frame in given buffer with blue color for yv12,i420,uyvy,yuy2.
Other formats will be filled with 0xC0