comparison stream/tv.h @ 32090:535ebcd085e4

Move TV input free_handle static function to tv.c and make it non-static. There is no need to pointlessly duplicate the function in the binary.
author diego
date Sat, 11 Sep 2010 23:53:15 +0000
parents 016194f71de3
children 2802b8095bf7
comparison
equal deleted inserted replaced
32089:7f6ac03eb2ce 32090:535ebcd085e4
253 253
254 int tv_set_norm(tvi_handle_t *tvh, char* norm); 254 int tv_set_norm(tvi_handle_t *tvh, char* norm);
255 255
256 void tv_start_scan(tvi_handle_t *tvh, int start); 256 void tv_start_scan(tvi_handle_t *tvh, int start);
257 257
258 void tv_free_handle(tvi_handle_t *h);
259
258 #define TV_NORM_PAL 1 260 #define TV_NORM_PAL 1
259 #define TV_NORM_NTSC 2 261 #define TV_NORM_NTSC 2
260 #define TV_NORM_SECAM 3 262 #define TV_NORM_SECAM 3
261 #define TV_NORM_PALNC 4 263 #define TV_NORM_PALNC 4
262 #define TV_NORM_PALM 5 264 #define TV_NORM_PALM 5