diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-10-29 11:06:24 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-10-29 11:06:32 +0100 |
commit | d3e13250a0308d8fda851e064ddbbbd7e574d880 (patch) | |
tree | a09c470513aea5c950ff25fd895934f778c1fa6c /libavformat/rdt.h | |
parent | e36231969af5d0b3ddccaccc2f36715d65307d5a (diff) | |
parent | feeafb4adabd5c17de1738ed9962e40892b20edb (diff) | |
download | ffmpeg-d3e13250a0308d8fda851e064ddbbbd7e574d880.tar.gz |
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/rdt.h')
-rw-r--r-- | libavformat/rdt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rdt.h b/libavformat/rdt.h index c2ec94b8b4..ce6026f49c 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. |