summaryrefslogtreecommitdiff
path: root/libavformat/rtp_asf.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/rtp_asf.h')
-rw-r--r--libavformat/rtp_asf.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libavformat/rtp_asf.h b/libavformat/rtp_asf.h
index 08632a1901..289889485a 100644
--- a/libavformat/rtp_asf.h
+++ b/libavformat/rtp_asf.h
@@ -23,6 +23,7 @@
#define AVFORMAT_RTP_ASF_H
#include "avformat.h"
+#include "rtpdec.h"
/**
* Parse a Windows Media Server-specific SDP line
@@ -32,4 +33,11 @@
*/
void ff_wms_parse_sdp_a_line(AVFormatContext *s, const char *p);
+/**
+ * Handlers for the x-asf-pf payloads (the payload ID for RTP/ASF).
+ * Defined and implemented in rtp_asf.c, registered in rtpdec.c.
+ */
+extern RTPDynamicProtocolHandler ff_ms_rtp_asf_pfv_handler,
+ ff_ms_rtp_asf_pfa_handler;
+
#endif /* AVFORMAT_RTP_ASF_H */