From 54a4a25fe9d4504ba60fe40dc15744403a4680f9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 5 Jul 2014 17:00:23 +0200 Subject: tv: move demuxer parts to separate file Now all demuxer implementations (at least demuxer API-wise) are in the demux directory. --- stream/tv.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'stream/tv.h') 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 */ -- cgit v1.2.3