summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBastien Nocera <hadess@users.sourceforge.net>2003-04-08 14:24:26 +0000
committerBastien Nocera <hadess@users.sourceforge.net>2003-04-08 14:24:26 +0000
commit2ce98e8fe09f25d4d42897c6c0891e294787e18a (patch)
tree02e79dc3b0c7d89e571ee49a9b7b972d28b755e5 /include
parentb7dc399960075ecfc309d2e630c8ccc03cb6e899 (diff)
downloadxine-lib-2ce98e8fe09f25d4d42897c6c0891e294787e18a.tar.gz
xine-lib-2ce98e8fe09f25d4d42897c6c0891e294787e18a.tar.bz2
- added XINE_MSG_ENCRYPTED_SOURCE, made the demux_mpeg_block demuxer use it to report encrypted streams (for use with encrypted DVDs)
CVS patchset: 4573 CVS date: 2003/04/08 14:24:26
Diffstat (limited to 'include')
-rw-r--r--include/xine.h.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/xine.h.in b/include/xine.h.in
index 79edf5138..3057b0212 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.74 2003/04/06 23:58:18 miguelfreitas Exp $
+ * $Id: xine.h.in,v 1.75 2003/04/08 14:24:26 hadess Exp $
*
* public xine-lib (libxine) interface and documentation
*
@@ -1413,6 +1413,7 @@ typedef struct {
#define XINE_MSG_FILE_NOT_FOUND 6 /* (file name or mrl) */
#define XINE_MSG_READ_ERROR 7 /* (device/file/mrl) */
#define XINE_MSG_LIBRARY_LOAD_ERROR 8 /* (library/decoder) */
+#define XINE_MSG_ENCRYPTED_SOURCE 9 /* none */
/* opaque xine_event_queue_t */
typedef struct xine_event_queue_s xine_event_queue_t;