summaryrefslogtreecommitdiff
path: root/libavformat/rdt.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-10-28 07:31:13 +0100
committerAnton Khirnov <anton@khirnov.net>2013-10-28 15:29:49 +0100
commitfeeafb4adabd5c17de1738ed9962e40892b20edb (patch)
tree7e6e4ee4a5225e4f3a92c4bbef064dc92effc9cf /libavformat/rdt.h
parentc9a13a289d0e1607387854127476813a1ee3d34b (diff)
lavf: do not export av_register_{rtp,rdt}_dynamic_payload_handlers from shared objects
Diffstat (limited to 'libavformat/rdt.h')
-rw-r--r--libavformat/rdt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rdt.h b/libavformat/rdt.h
index a393299415..bd168903f5 100644
--- a/libavformat/rdt.h
+++ b/libavformat/rdt.h
@@ -62,7 +62,7 @@ void ff_rdt_calc_response_and_checksum(char response[41], char chksum[9],
/**
* Register RDT-related dynamic payload handlers with our cache.
*/
-void av_register_rdt_dynamic_payload_handlers(void);
+void ff_register_rdt_dynamic_payload_handlers(void);
/**
* Add subscription information to Subscribe parameter string.