summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorJosh de Kock <josh@itanimul.li>2018-01-01 23:31:26 +0000
committerJosh de Kock <josh@itanimul.li>2018-02-06 18:50:27 +0000
commit61974537610d82bd35b6e3ac91ccd270c6bdc711 (patch)
treeef2239ff34b5d6d4c1063771b6dbf71472e1cee4 /libavformat/allformats.c
parent7e8eba2d8755962d9dca5eade57bf8f591a73c0c (diff)
lavf/rtp: replace linked list with array
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index ec8409630e..83ed766559 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -282,10 +282,6 @@ static void register_all(void)
REGISTER_DEMUXER (SDR2, sdr2);
REGISTER_DEMUXER (SDS, sds);
REGISTER_DEMUXER (SDX, sdx);
-#if CONFIG_RTPDEC
- ff_register_rtp_dynamic_payload_handlers();
- ff_register_rdt_dynamic_payload_handlers();
-#endif
REGISTER_DEMUXER (SEGAFILM, segafilm);
REGISTER_MUXER (SEGMENT, segment);
REGISTER_MUXER (SEGMENT, stream_segment);