From c79dba5d012f5f8416c189e76a4b8b9a55c729da Mon Sep 17 00:00:00 2001 From: Ewald Snel Date: Sat, 14 Dec 2002 18:34:57 +0000 Subject: Add number of audio and subtitle channels stream information CVS patchset: 3521 CVS date: 2002/12/14 18:34:57 --- include/xine.h.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/xine.h.in b/include/xine.h.in index a09c47c05..851c901e2 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.44 2002/12/06 18:30:46 miguelfreitas Exp $ + * $Id: xine.h.in,v 1.45 2002/12/14 18:34:57 esnel Exp $ * * public xine-lib (libxine) interface and documentation * @@ -552,6 +552,8 @@ void xine_register_log_cb (xine_t *self, xine_log_cb_t cb, #define XINE_STREAM_INFO_IGNORE_AUDIO 21 #define XINE_STREAM_INFO_IGNORE_SPU 22 #define XINE_STREAM_INFO_VIDEO_HAS_STILL 23 +#define XINE_STREAM_INFO_MAX_AUDIO_CHANNEL 24 +#define XINE_STREAM_INFO_MAX_SPU_CHANNEL 25 /* xine_get_meta_info */ -- cgit v1.2.3