From 8939645dcf39c398e1b70b851b3410299ca619ce Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 13 Sep 2010 18:09:29 +0000 Subject: stream/tv: move new_handle() function from header to tv.c Move TV input new_handle static function to tv.c and make it non-static. There is no need to duplicate the function in the binary. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32225 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/tv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'stream/tv.h') diff --git a/stream/tv.h b/stream/tv.h index ed5fd135d7..6919fa20b8 100644 --- a/stream/tv.h +++ b/stream/tv.h @@ -255,6 +255,7 @@ int tv_set_norm(tvi_handle_t *tvh, char* norm); void tv_start_scan(tvi_handle_t *tvh, int start); +tvi_handle_t *tv_new_handle(int size, const tvi_functions_t *functions); void tv_free_handle(tvi_handle_t *h); #define TV_NORM_PAL 1 -- cgit v1.2.3