summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-10-29 11:06:24 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-10-29 11:06:32 +0100
commitd3e13250a0308d8fda851e064ddbbbd7e574d880 (patch)
treea09c470513aea5c950ff25fd895934f778c1fa6c /libavformat/allformats.c
parente36231969af5d0b3ddccaccc2f36715d65307d5a (diff)
parentfeeafb4adabd5c17de1738ed9962e40892b20edb (diff)
Merge commit 'feeafb4adabd5c17de1738ed9962e40892b20edb'
* commit 'feeafb4adabd5c17de1738ed9962e40892b20edb': lavf: do not export av_register_{rtp,rdt}_dynamic_payload_handlers from shared objects Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 0e1b262904..20f48c04e8 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -248,8 +248,8 @@ void av_register_all(void)
REGISTER_DEMUXER (SBG, sbg);
REGISTER_DEMUXER (SDP, sdp);
#if CONFIG_RTPDEC
- av_register_rtp_dynamic_payload_handlers();
- av_register_rdt_dynamic_payload_handlers();
+ ff_register_rtp_dynamic_payload_handlers();
+ ff_register_rdt_dynamic_payload_handlers();
#endif
REGISTER_DEMUXER (SEGAFILM, segafilm);
REGISTER_MUXER (SEGMENT, segment);