diff dvdnav.h @ 272:baec6f29fb76 src

added dvdnav_audio_stream_channels(); patch by Andreas Oman (andreas olebyn nu)
author nicodvb
date Wed, 11 Apr 2007 19:52:10 +0000
parents 814e79060099
children 52877d182e96
line wrap: on
line diff
--- a/dvdnav.h	Tue Apr 10 20:50:09 2007 +0000
+++ b/dvdnav.h	Wed Apr 11 19:52:10 2007 +0000
@@ -567,6 +567,12 @@
 uint16_t dvdnav_audio_stream_format(dvdnav_t *self, uint8_t stream);
 
 /*
+ * Returns number of channelsn in *logical* audio stream 'stream'
+ * (returns 0xffff if no such stream).
+ */
+uint16_t dvdnav_audio_stream_channels(dvdnav_t *self, uint8_t stream);
+
+/*
  * Converts a *logical* subpicture stream id into country code 
  * (returns 0xffff if no such stream).
  */