diff options
author | Thibaut Mattern <tmattern@users.sourceforge.net> | 2004-04-06 00:25:29 +0000 |
---|---|---|
committer | Thibaut Mattern <tmattern@users.sourceforge.net> | 2004-04-06 00:25:29 +0000 |
commit | 77ab2d6c6a0e8ac45f7936d71ef5f8e923275cbe (patch) | |
tree | 59aa23ca3afd9d441893bd37fa5772fe91d6a360 /src/input/mmsh.h | |
parent | 7c56dc4a7f9bcfa9b0a117e29deafe03193c52cd (diff) | |
download | xine-lib-77ab2d6c6a0e8ac45f7936d71ef5f8e923275cbe.tar.gz xine-lib-77ab2d6c6a0e8ac45f7936d71ef5f8e923275cbe.tar.bz2 |
Asf demuxer:
- fix error correction handling.
- detect properly the end of the stream using packet_count (now that mms plugin handles correctly current_pos).
- rename some properties
mmst/mmsh:
- handle current stream pos correctly, based on packet sequence_id (needed for seeking).
mmsh:
- some reverse ingeneering to support for grouped ASF streams like mmst
(mmsh://wms03.nordicwebradio.com/chelsea)
- fix a potential crash at the end of stream
CVS patchset: 6334
CVS date: 2004/04/06 00:25:29
Diffstat (limited to 'src/input/mmsh.h')
-rw-r--r-- | src/input/mmsh.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/input/mmsh.h b/src/input/mmsh.h index 756629ee1..4ae838526 100644 --- a/src/input/mmsh.h +++ b/src/input/mmsh.h @@ -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: mmsh.h,v 1.3 2003/12/09 00:02:30 f1rmb Exp $ + * $Id: mmsh.h,v 1.4 2004/04/06 00:25:29 tmattern Exp $ * * libmmsh public header */ @@ -39,4 +39,6 @@ void mmsh_close (mmsh_t *this); int mmsh_peek_header (mmsh_t *this, char *data, int maxsize); +off_t mmsh_get_current_pos (mmsh_t *this); + #endif |