diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/xine.h.in | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/include/xine.h.in b/include/xine.h.in index 4c97ed829..b1fa34457 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.103 2003/11/02 23:05:55 f1rmb Exp $ + * $Id: xine.h.in,v 1.104 2003/11/06 22:25:54 f1rmb Exp $   *   * public xine-lib (libxine) interface and documentation   * @@ -1744,8 +1744,8 @@ void        xine_osd_free          (xine_osd_t *self);   * You should use libnvtvsimple in your frontend instead. */  typedef enum { -	XINE_TVSYSTEM_PAL    = 0, -	XINE_TVSYSTEM_NTSC   = 1, +	XINE_TVSYSTEM_PAL = 0, +	XINE_TVSYSTEM_NTSC  } xine_tvsystem;  /* connect to nvtvd server and save current TV and X settings */ | 
