]> git.sesse.net Git - vlc/blobdiff - include/input_ext-intf.h
* Big cleanup of the PS input plugin ;
[vlc] / include / input_ext-intf.h
index e570531410a272fcad644ba1371fdf9de9c79540..67eb43c0d5075e37194dbb7d18e70852665483c7 100644 (file)
@@ -1,4 +1,27 @@
-/* Structures exported to the interface */
+/*****************************************************************************
+ * input_ext-intf.h: structures of the input exported to the interface
+ * This header provides structures to read the stream descriptors and
+ * control the pace of reading. 
+ *****************************************************************************
+ * Copyright (C) 1999, 2000 VideoLAN
+ * $Id: input_ext-intf.h,v 1.4 2000/12/20 16:04:31 massiot Exp $
+ *
+ * Authors:
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ * 
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ *****************************************************************************/
 
 /*
  * Communication input -> interface
@@ -54,8 +77,10 @@ typedef struct es_descriptor_s
 #define MPEG1_AUDIO_ES      0x03
 #define MPEG2_AUDIO_ES      0x04
 #define AC3_AUDIO_ES        0x81
-#define DVD_SPU_ES          0x82              /* 0x82 might violate the norm */
+/* These ones might violate the norm : */
+#define DVD_SPU_ES          0x82
 #define LPCM_AUDIO_ES       0x83
+#define UNKNOWN_ES         0xFF
 
 /*****************************************************************************
  * pgrm_descriptor_t