Go to the documentation of this file.
25 #ifndef AVFORMAT_URL_H
26 #define AVFORMAT_URL_H
29 #include "libavformat/version.h"
31 #include "libavutil/dict.h"
32 #include "libavutil/log.h"
34 #define URL_PROTOCOL_FLAG_NESTED_SCHEME 1
35 #define URL_PROTOCOL_FLAG_NETWORK 2
37 extern int (*url_interrupt_cb)(
void);
83 int64_t timestamp,
int flags);