summaryrefslogtreecommitdiff
path: root/libavformat/rdt.h
diff options
context:
space:
mode:
authorJosh de Kock <josh@itanimul.li>2018-01-01 23:31:26 +0000
committerJosh de Kock <josh@itanimul.li>2018-02-06 18:50:27 +0000
commit61974537610d82bd35b6e3ac91ccd270c6bdc711 (patch)
treeef2239ff34b5d6d4c1063771b6dbf71472e1cee4 /libavformat/rdt.h
parent7e8eba2d8755962d9dca5eade57bf8f591a73c0c (diff)
downloadffmpeg-61974537610d82bd35b6e3ac91ccd270c6bdc711.tar.gz
lavf/rtp: replace linked list with array
Diffstat (limited to 'libavformat/rdt.h')
-rw-r--r--libavformat/rdt.h5
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.