summaryrefslogtreecommitdiff
path: root/libavformat/rdt.c
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.c
parentc9a13a289d0e1607387854127476813a1ee3d34b (diff)
lavf: do not export av_register_{rtp,rdt}_dynamic_payload_handlers from shared objects
Diffstat (limited to 'libavformat/rdt.c')
-rw-r--r--libavformat/rdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rdt.c b/libavformat/rdt.c
index 33b0eb827e..a90c16849c 100644
--- a/libavformat/rdt.c
+++ b/libavformat/rdt.c
@@ -564,7 +564,7 @@ RDT_HANDLER(live_audio, "x-pn-multirate-realaudio-live", AVMEDIA_TYPE_AUDIO);
RDT_HANDLER(video, "x-pn-realvideo", AVMEDIA_TYPE_VIDEO);
RDT_HANDLER(audio, "x-pn-realaudio", AVMEDIA_TYPE_AUDIO);
-void av_register_rdt_dynamic_payload_handlers(void)
+void ff_register_rdt_dynamic_payload_handlers(void)
{
ff_register_dynamic_payload_handler(&rdt_video_handler);
ff_register_dynamic_payload_handler(&rdt_audio_handler);