diff options
author | Michael Niedermayer | 2013-10-29 11:06:24 +0100 |
---|---|---|
committer | Michael Niedermayer | 2013-10-29 11:06:32 +0100 |
commit | d3e13250a0308d8fda851e064ddbbbd7e574d880 (patch) | |
tree | a09c470513aea5c950ff25fd895934f778c1fa6c /libavformat/rtpdec.h | |
parent | e36231969af5d0b3ddccaccc2f36715d65307d5a (diff) | |
parent | feeafb4adabd5c17de1738ed9962e40892b20edb (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/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 2a191ec762..9321066ba7 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. |