]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avio_internal.h
build: fix standalone compilation of OMA muxer
[ffmpeg] / libavformat / avio_internal.h
index b0f96cfa53621bbca4c064a9bd42c8a7de0a969b..f2ccc3662326ed4810de794ec4b4bdc4666a603b 100644 (file)
 #define AVFORMAT_AVIO_INTERNAL_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,
@@ -66,14 +71,6 @@ uint64_t ffio_read_varlen(AVIOContext *bc);
 /** @warning must be called before any I/O */
 int ffio_set_buf_size(AVIOContext *s, int buf_size);
 
-int     ffio_read_pause(AVIOContext *h,    int pause);
-int64_t ffio_read_seek (AVIOContext *h,    int stream_index,
-                        int64_t timestamp, int flags);
-
-/* udp.c */
-int ff_udp_set_remote_url(URLContext *h, const char *uri);
-int ff_udp_get_local_port(URLContext *h);
-
 void ffio_init_checksum(AVIOContext *s,
                         unsigned long (*update_checksum)(unsigned long c, const uint8_t *p, unsigned int len),
                         unsigned long checksum);
@@ -105,4 +102,4 @@ int ffio_open_dyn_packet_buf(AVIOContext **s, int max_packet_size);
  */
 int ffio_fdopen(AVIOContext **s, URLContext *h);
 
-#endif // AVFORMAT_AVIO_INTERNAL_H
+#endif /* AVFORMAT_AVIO_INTERNAL_H */