summaryrefslogtreecommitdiff
path: root/libavformat/rdt.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/rdt.h')
-rw-r--r--libavformat/rdt.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavformat/rdt.h b/libavformat/rdt.h
index f7aad6dfc9..5da9a78628 100644
--- a/libavformat/rdt.h
+++ b/libavformat/rdt.h
@@ -37,4 +37,9 @@
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 av_register_rdt_dynamic_payload_handlers(void);
+
#endif /* AVFORMAT_RDT_H */