summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec_formats.h
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2013-01-17 15:08:03 +0200
committerMartin Storsjö <martin@martin.st>2013-01-20 18:20:22 +0200
commita9c847c1baff09f954b12c1dcc832b4f601f6f6e (patch)
treeaf804d2e2a1c6a22dc48aeb82d09c536e14c8c8c /libavformat/rtpdec_formats.h
parent2326558d5277ec87ba6d607a01ec6acfc51c694c (diff)
rtpdec: Split handling of mpeg12 audio/video to a separate depacketizer
This also adds checking of mallocs. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/rtpdec_formats.h')
-rw-r--r--libavformat/rtpdec_formats.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/rtpdec_formats.h b/libavformat/rtpdec_formats.h
index 6c07791319..e5f4ccb777 100644
--- a/libavformat/rtpdec_formats.h
+++ b/libavformat/rtpdec_formats.h
@@ -49,6 +49,8 @@ extern RTPDynamicProtocolHandler ff_ilbc_dynamic_handler;
extern RTPDynamicProtocolHandler ff_jpeg_dynamic_handler;
extern RTPDynamicProtocolHandler ff_mp4a_latm_dynamic_handler;
extern RTPDynamicProtocolHandler ff_mp4v_es_dynamic_handler;
+extern RTPDynamicProtocolHandler ff_mpeg_audio_dynamic_handler;
+extern RTPDynamicProtocolHandler ff_mpeg_video_dynamic_handler;
extern RTPDynamicProtocolHandler ff_mpeg4_generic_dynamic_handler;
extern RTPDynamicProtocolHandler ff_mpegts_dynamic_handler;
extern RTPDynamicProtocolHandler ff_ms_rtp_asf_pfa_handler;