diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-10-28 07:31:13 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-10-28 15:29:49 +0100 |
commit | feeafb4adabd5c17de1738ed9962e40892b20edb (patch) | |
tree | 7e6e4ee4a5225e4f3a92c4bbef064dc92effc9cf /libavformat/rtpdec.h | |
parent | c9a13a289d0e1607387854127476813a1ee3d34b (diff) | |
download | ffmpeg-feeafb4adabd5c17de1738ed9962e40892b20edb.tar.gz |
lavf: do not export av_register_{rtp,rdt}_dynamic_payload_handlers from shared objects
Diffstat (limited to 'libavformat/rtpdec.h')
-rw-r--r-- | libavformat/rtpdec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtpdec.h b/libavformat/rtpdec.h index 55399364ac..6b161172fd 100644 --- a/libavformat/rtpdec.h +++ b/libavformat/rtpdec.h @@ -205,7 +205,7 @@ int ff_parse_fmtp(AVStream *stream, PayloadContext *data, const char *p, PayloadContext *data, char *attr, char *value)); -void av_register_rtp_dynamic_payload_handlers(void); +void ff_register_rtp_dynamic_payload_handlers(void); /** * Close the dynamic buffer and make a packet from it. |