mirror of
https://github.com/mpv-player/mpv
synced 2025-02-16 04:07:08 +00:00
stream/http.c: Move mime_type_table extern declaration to network.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32108 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7a3fe6ccdb
commit
691aa62ed6
@ -42,7 +42,6 @@
|
||||
#include "network.h"
|
||||
|
||||
|
||||
extern const mime_struct_t mime_type_table[];
|
||||
extern int stream_cache_size;
|
||||
extern int network_bandwidth;
|
||||
|
||||
|
@ -59,6 +59,8 @@ typedef struct {
|
||||
int demuxer_type;
|
||||
} mime_struct_t;
|
||||
|
||||
extern const mime_struct_t mime_type_table[];
|
||||
|
||||
streaming_ctrl_t *streaming_ctrl_new(void);
|
||||
int streaming_bufferize( streaming_ctrl_t *streaming_ctrl, char *buffer, int size);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user