diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-10-20 16:18:06 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-10-20 16:18:06 +0000 |
commit | adedb44df9df88bd7b6af74268b9cacdcf87cad3 (patch) | |
tree | 7819ee7d5965682f91f474e3093ed78fa281483f /src/xine-engine/xine_interface.c | |
parent | 9bf2c105043df7dde304f7ea3f42b234b77605ac (diff) | |
download | xine-lib-adedb44df9df88bd7b6af74268b9cacdcf87cad3.tar.gz xine-lib-adedb44df9df88bd7b6af74268b9cacdcf87cad3.tar.bz2 |
stream_info fixes
CVS patchset: 2875
CVS date: 2002/10/20 16:18:06
Diffstat (limited to 'src/xine-engine/xine_interface.c')
-rw-r--r-- | src/xine-engine/xine_interface.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xine-engine/xine_interface.c b/src/xine-engine/xine_interface.c index 677a16c67..8b56b9f06 100644 --- a/src/xine-engine/xine_interface.c +++ b/src/xine-engine/xine_interface.c @@ -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_interface.c,v 1.23 2002/10/14 15:47:44 guenter Exp $ + * $Id: xine_interface.c,v 1.24 2002/10/20 16:18:07 guenter Exp $ * * convenience/abstraction layer, functions to implement * libxine's public interface @@ -436,6 +436,8 @@ uint32_t xine_get_stream_info (xine_stream_t *stream, int info) { case XINE_STREAM_INFO_AUDIO_BITS: case XINE_STREAM_INFO_AUDIO_SAMPLERATE: case XINE_STREAM_INFO_AUDIO_BITRATE: + case XINE_STREAM_INFO_HAS_AUDIO: + case XINE_STREAM_INFO_HAS_VIDEO: return stream->stream_info[info]; default: |