summaryrefslogtreecommitdiffstats
path: root/stream/asf_streaming.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/asf_streaming.c')
-rw-r--r--stream/asf_streaming.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/stream/asf_streaming.c b/stream/asf_streaming.c
index 6db07344af..448f41064d 100644
--- a/stream/asf_streaming.c
+++ b/stream/asf_streaming.c
@@ -27,12 +27,7 @@
#include "libavutil/intreadwrite.h"
-#ifdef ARCH_X86
-#define ASF_LOAD_GUID_PREFIX(guid) (*(uint32_t *)(guid))
-#else
-#define ASF_LOAD_GUID_PREFIX(guid) \
- ((guid)[3] << 24 | (guid)[2] << 16 | (guid)[1] << 8 | (guid)[0])
-#endif
+#include "libmpdemux/asfguid.h"
extern int network_bandwidth;
@@ -151,10 +146,6 @@ printf("0x%02X\n", stream_chunck->type );
return stream_chunck->size+4;
}
-extern int find_asf_guid(char *buf, const char *guid, int cur_pos, int buf_len);
-extern const char asf_file_header_guid[];
-extern const char asf_stream_header_guid[];
-extern const char asf_stream_group_guid[];
extern int audio_id;
extern int video_id;