From 2ce98e8fe09f25d4d42897c6c0891e294787e18a Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 8 Apr 2003 14:24:26 +0000 Subject: - 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 --- include/xine.h.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') 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; -- cgit v1.2.3