diff libmpdemux/tv.h @ 2931:bce9c945b29c

tv interface update
author alex
date Fri, 16 Nov 2001 21:30:10 +0000
parents c63562f5f56f
children 4307478ad922
line wrap: on
line diff
--- a/libmpdemux/tv.h	Fri Nov 16 21:14:38 2001 +0000
+++ b/libmpdemux/tv.h	Fri Nov 16 21:30:10 2001 +0000
@@ -97,9 +97,8 @@
 #define TVI_CONTROL_SPC_GET_INPUT	0x401	/* set input channel (tv,s-video,composite..) */
 #define TVI_CONTROL_SPC_SET_INPUT	0x402	/* set input channel (tv,s-video,composite..) */
 
-//extern int demux_tv_fill_buffer(demuxer_t *demux, tvi_handle_t *tvh);
-//extern int demux_open_tv(demuxer_t *demux, tvi_handle_t *tvh);
 extern tvi_handle_t *tv_begin(void);
 extern int tv_init(tvi_handle_t *tvh);
+extern int tv_uninit(tvi_handle_t *tvh);
 
 #endif /* USE_TV */