summaryrefslogtreecommitdiffstats
path: root/stream/tv.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/tv.h')
-rw-r--r--stream/tv.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/stream/tv.h b/stream/tv.h
index d6d75e8ee4..0f9fa1defb 100644
--- a/stream/tv.h
+++ b/stream/tv.h
@@ -231,4 +231,12 @@ void tv_free_handle(tvi_handle_t *h);
#define TV_NORM_PALN 6
#define TV_NORM_NTSCJP 7
+int tv_uninit(tvi_handle_t *tvh);
+void tv_scan(tvi_handle_t *tvh);
+int open_tv(tvi_handle_t *tvh);
+tvi_handle_t *tv_begin(tv_param_t* tv_param, struct mp_log *log);
+int tv_stream_control(tvi_handle_t *tvh, int cmd, void *arg);
+
+extern const struct m_sub_options tv_params_conf;
+
#endif /* MPLAYER_TV_H */