diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-06 12:44:56 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-06 12:44:56 +0000 |
commit | 089f48e82207f36d622aa2ae9a5b1850a450ebae (patch) | |
tree | 037cf6e56ba982bc6c4c05f00272c53517cdadd8 | |
parent | 1df4118833fdf684b40a4eb9d30507c402dffdb8 (diff) | |
download | xine-lib-089f48e82207f36d622aa2ae9a5b1850a450ebae.tar.gz xine-lib-089f48e82207f36d622aa2ae9a5b1850a450ebae.tar.bz2 |
add comment on TVout
CVS patchset: 5452
CVS date: 2003/10/06 12:44:56
-rw-r--r-- | include/xine.h.in | 5 |
1 files changed, 4 insertions, 1 deletions
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, |