diff options
Diffstat (limited to 'include')
-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, |