From 089f48e82207f36d622aa2ae9a5b1850a450ebae Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Mon, 6 Oct 2003 12:44:56 +0000 Subject: add comment on TVout CVS patchset: 5452 CVS date: 2003/10/06 12:44:56 --- include/xine.h.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/xine.h.in b/include/xine.h.in index f7629ea8c..36a3d2108 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine.h.in,v 1.94 2003/09/11 13:24:25 heinchen Exp $ + * $Id: xine.h.in,v 1.95 2003/10/06 12:44:56 mroi Exp $ * * public xine-lib (libxine) interface and documentation * @@ -1710,6 +1710,9 @@ void xine_osd_get_palette (xine_osd_t *self, uint32_t *color, * TV-mode API, to make it possible to use nvtvd to view movies * *********************************************************************/ +/* These functions are just dummies to maintain API compatibility. + * You should use libnvtvsimple in your frontend instead. */ + typedef enum { XINE_TVSYSTEM_PAL = 0, XINE_TVSYSTEM_NTSC = 1, -- cgit v1.2.3