summaryrefslogtreecommitdiffstats
path: root/stream/tv.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/tv.h')
-rw-r--r--stream/tv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/stream/tv.h b/stream/tv.h
index c2e8e05120..ed5fd135d7 100644
--- a/stream/tv.h
+++ b/stream/tv.h
@@ -255,6 +255,8 @@ int tv_set_norm(tvi_handle_t *tvh, char* norm);
void tv_start_scan(tvi_handle_t *tvh, int start);
+void tv_free_handle(tvi_handle_t *h);
+
#define TV_NORM_PAL 1
#define TV_NORM_NTSC 2
#define TV_NORM_SECAM 3