From f1326177cc4b30f2885ddd6a4ee602d3842b9295 Mon Sep 17 00:00:00 2001 From: bertrand Date: Fri, 5 Jul 2002 02:47:09 +0000 Subject: Moved the asf_http_streaming_ctrl_t struct from asf_streaming.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6645 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/asf.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libmpdemux/asf.h') diff --git a/libmpdemux/asf.h b/libmpdemux/asf.h index 5ad0b0dc5f..23ab099d17 100644 --- a/libmpdemux/asf.h +++ b/libmpdemux/asf.h @@ -125,6 +125,14 @@ typedef enum { ASF_PlainText_e } ASF_StreamType_e; +typedef struct { + ASF_StreamType_e streaming_type; + int request; + int packet_size; + int *audio_streams,n_audio,*video_streams,n_video; + int audio_id, video_id; +} asf_http_streaming_ctrl_t; + /* * Some macros to swap little endian structures read from an ASF file -- cgit v1.2.3