summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec_formats.h
diff options
context:
space:
mode:
authorThomas Volkert <thomas@homer-conferencing.com>2015-02-21 18:35:50 +0100
committerMartin Storsjö <martin@martin.st>2015-02-22 23:01:55 +0200
commitc99915f7c74ce1249d8633cb6fd09035b8d84db7 (patch)
tree3ba03194d80b2ba1ad3a5084057bd45d5974ff6b /libavformat/rtpdec_formats.h
parent44dc138ed29c4dfbaf57ebc774da4c75ef113ca4 (diff)
rtpdec: DV depacketizer (RFC 6469)
(tested with live555 RTSP server) Signed-off-by: Martin Storsjö <martin@martin.st>
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 d484192d85..1cc3bab38b 100644
--- a/libavformat/rtpdec_formats.h
+++ b/libavformat/rtpdec_formats.h
@@ -46,6 +46,7 @@ int ff_h264_handle_aggregated_packet(AVFormatContext *ctx, AVPacket *pkt,
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;