diff options
author | Josh de Kock <josh@itanimul.li> | 2018-01-01 23:31:26 +0000 |
---|---|---|
committer | Josh de Kock <josh@itanimul.li> | 2018-02-06 18:50:27 +0000 |
commit | 61974537610d82bd35b6e3ac91ccd270c6bdc711 (patch) | |
tree | ef2239ff34b5d6d4c1063771b6dbf71472e1cee4 /libavformat/rdt.h | |
parent | 7e8eba2d8755962d9dca5eade57bf8f591a73c0c (diff) | |
download | ffmpeg-61974537610d82bd35b6e3ac91ccd270c6bdc711.tar.gz |
lavf/rtp: replace linked list with array
Diffstat (limited to 'libavformat/rdt.h')
-rw-r--r-- | libavformat/rdt.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libavformat/rdt.h b/libavformat/rdt.h index ce6026f49c..2480565688 100644 --- a/libavformat/rdt.h +++ b/libavformat/rdt.h @@ -60,11 +60,6 @@ void ff_rdt_calc_response_and_checksum(char response[41], char chksum[9], const char *challenge); /** - * Register RDT-related dynamic payload handlers with our cache. - */ -void ff_register_rdt_dynamic_payload_handlers(void); - -/** * Add subscription information to Subscribe parameter string. * * @param cmd string to write the subscription information into. |