From a64cd8d3c802f91ae77d1cf20ee9300bea079cd6 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 11 Sep 2010 23:53:15 +0000 Subject: stream/tv: move free_handle() from header to tv.c Move TV input free_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@32174 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/tv.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stream/tv.h') 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 -- cgit v1.2.3