diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-01-21 13:52:06 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-01-21 13:52:42 +0100 |
commit | 950482bf587889c507340ae5893a851be8e99fcc (patch) | |
tree | 8ab3a6cb2b895518df5a594c69144985dc0e7cc8 /libavformat/rtpdec_formats.h | |
parent | c3f3c2256325532eb9ee8a44f1f43c31de79eb2f (diff) | |
parent | 2326558d5277ec87ba6d607a01ec6acfc51c694c (diff) | |
download | ffmpeg-950482bf587889c507340ae5893a851be8e99fcc.tar.gz |
Merge commit '2326558d5277ec87ba6d607a01ec6acfc51c694c'
* commit '2326558d5277ec87ba6d607a01ec6acfc51c694c':
rtpdec: Split mpegts parsing to a normal depacketizer
rtpdec: Reorder payload handler registration alphabetically
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/rtpdec_formats.h')
-rw-r--r-- | libavformat/rtpdec_formats.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/rtpdec_formats.h b/libavformat/rtpdec_formats.h index 6b6fcd3a2b..4221a5fc72 100644 --- a/libavformat/rtpdec_formats.h +++ b/libavformat/rtpdec_formats.h @@ -50,6 +50,7 @@ extern RTPDynamicProtocolHandler ff_jpeg_dynamic_handler; extern RTPDynamicProtocolHandler ff_mp4a_latm_dynamic_handler; extern RTPDynamicProtocolHandler ff_mp4v_es_dynamic_handler; extern RTPDynamicProtocolHandler ff_mpeg4_generic_dynamic_handler; +extern RTPDynamicProtocolHandler ff_mpegts_dynamic_handler; extern RTPDynamicProtocolHandler ff_ms_rtp_asf_pfa_handler; extern RTPDynamicProtocolHandler ff_ms_rtp_asf_pfv_handler; extern RTPDynamicProtocolHandler ff_qcelp_dynamic_handler; |