git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
avio: add avio_open2, taking an interrupt callback and options
[ffmpeg.git]
/
libavformat
/
avio_internal.h
diff --git
a/libavformat/avio_internal.h
b/libavformat/avio_internal.h
index
1369c43
..
f2ccc36
100644
(file)
--- a/
libavformat/avio_internal.h
+++ b/
libavformat/avio_internal.h
@@
-23,6
+23,10
@@
#include "avio.h"
#include "url.h"
#include "avio.h"
#include "url.h"
+#include "libavutil/log.h"
+
+extern const AVClass ffio_url_class;
+
int ffio_init_context(AVIOContext *s,
unsigned char *buffer,
int buffer_size,
int ffio_init_context(AVIOContext *s,
unsigned char *buffer,
int buffer_size,