summaryrefslogtreecommitdiffstats
path: root/libmpdemux/asf.h
diff options
context:
space:
mode:
authorbertrand <bertrand@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-16 07:54:35 +0000
committerbertrand <bertrand@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-16 07:54:35 +0000
commit8650dedbe642aedd9083eaf0ffc2796ea000f6df (patch)
treead993ab9aaefdee4c4051708b73aac0fd553ee92 /libmpdemux/asf.h
parent8b26a9a6c98124b86c03e36c218bf959495ffce8 (diff)
downloadmpv-8650dedbe642aedd9083eaf0ffc2796ea000f6df.tar.bz2
mpv-8650dedbe642aedd9083eaf0ffc2796ea000f6df.tar.xz
Changed an unknown file to preroll.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3516 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/asf.h')
-rw-r--r--libmpdemux/asf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmpdemux/asf.h b/libmpdemux/asf.h
index c90c37a2c9..838c6a7a57 100644
--- a/libmpdemux/asf.h
+++ b/libmpdemux/asf.h
@@ -56,7 +56,7 @@ typedef struct __attribute__((packed)) {
uint64_t end_timestamp; //Timestamp of the end position UINT64 8
uint64_t duration; //Duration of the playback UINT64 8
uint32_t start_timestamp; //Timestamp of the start position UINT32 4
- uint32_t unk1; //Unknown, maybe reserved ( usually contains 0 ) UINT32 4
+ uint32_t preroll; //Time to bufferize before playing UINT32 4
uint32_t flags; //Unknown, maybe flags ( usually contains 2 ) UINT32 4
uint32_t packetsize; //Size of packet, in bytes UINT32 4
uint32_t packetsize2; //Size of packet ( confirm ) UINT32 4
@@ -196,7 +196,7 @@ typedef enum {
int asf_http_streaming_start( stream_t *stream );
int asf_http_streaming_read( int fd, char *buffer, int size, streaming_ctrl_t *streaming_ctrl );
-int asf_streaming(char *data, int length, int *drop_packet );
+int asf_streaming(ASF_stream_chunck_t *stream_chunck, int *drop_packet );
#endif
#endif