From 45e8d9079bac057741810a62bb41215e575ce56c Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Tue, 19 Mar 2002 02:12:49 +0000 Subject: improved buffering for audio-only streams (wanna try? gnome-xine mms://live5-ms.unbn.unit.net/radio_project ) forced asx-parser back to a (hopefully) working state fixed warning about wrong audio_instance type CVS patchset: 1591 CVS date: 2002/03/19 02:12:49 --- src/input/mms.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/input/mms.h') diff --git a/src/input/mms.h b/src/input/mms.h index b1a8879bb..31f5ab0f7 100644 --- a/src/input/mms.h +++ b/src/input/mms.h @@ -39,5 +39,7 @@ int mms_read (mms_t *this, char *data, int len); uint32_t mms_get_length (mms_t *this); void mms_close (mms_t *this); +int mms_peek_header (mms_t *this, char *data); + #endif -- cgit v1.2.3