summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec_formats.h
diff options
context:
space:
mode:
authorThomas Volkert <thomas@homer-conferencing.com>2015-02-15 17:20:32 +0100
committerMichael Niedermayer <michaelni@gmx.at>2015-02-15 19:35:19 +0100
commitcbe508553ad17b277d4cb6f12f61aac4f52908b8 (patch)
tree12da88fe470e089de4933c8fb592a44718f48d7a /libavformat/rtpdec_formats.h
parentdf4346c541ca8e843ae1a87f8fb12f15659e79a5 (diff)
avformat/rtpdec: DV depacketizer (RFC 6469)
Tested with live555 RTSP server Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/rtpdec_formats.h')
-rw-r--r--libavformat/rtpdec_formats.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/rtpdec_formats.h b/libavformat/rtpdec_formats.h
index b6ff969eef..5849d8c23d 100644
--- a/libavformat/rtpdec_formats.h
+++ b/libavformat/rtpdec_formats.h
@@ -38,6 +38,7 @@ int ff_h263_handle_packet(AVFormatContext *ctx, PayloadContext *data,
extern RTPDynamicProtocolHandler ff_ac3_dynamic_handler;
extern RTPDynamicProtocolHandler ff_amr_nb_dynamic_handler;
extern RTPDynamicProtocolHandler ff_amr_wb_dynamic_handler;
+extern RTPDynamicProtocolHandler ff_dv_dynamic_handler;
extern RTPDynamicProtocolHandler ff_g726_16_dynamic_handler;
extern RTPDynamicProtocolHandler ff_g726_24_dynamic_handler;
extern RTPDynamicProtocolHandler ff_g726_32_dynamic_handler;