summaryrefslogtreecommitdiff
path: root/libavformat/avio.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-02-03 12:39:11 +0100
committerAnton Khirnov <anton@khirnov.net>2011-04-19 18:28:38 +0200
commitc4efa7c22960588ff5163a1cfe026b48b8f6ec41 (patch)
tree051fa52b43b77b3a547cde50075f159caac20e19 /libavformat/avio.h
parent61573bf1ba50dc8828d0e87d913389fbcff48509 (diff)
lavf: remove FF_API_UDP_GET_FILE cruft
Diffstat (limited to 'libavformat/avio.h')
-rw-r--r--libavformat/avio.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavformat/avio.h b/libavformat/avio.h
index 82c2cece07..2502711be5 100644
--- a/libavformat/avio.h
+++ b/libavformat/avio.h
@@ -605,10 +605,6 @@ int avio_open_dyn_buf(AVIOContext **s);
*/
int avio_close_dyn_buf(AVIOContext *s, uint8_t **pbuffer);
-#if FF_API_UDP_GET_FILE
-int udp_get_file_handle(URLContext *h);
-#endif
-
/**
* Iterate through names of available protocols.
*