| Index: patched-ffmpeg-mt/libavformat/allformats.c
|
| ===================================================================
|
| --- patched-ffmpeg-mt/libavformat/allformats.c (revision 41250)
|
| +++ patched-ffmpeg-mt/libavformat/allformats.c (working copy)
|
| @@ -172,7 +172,7 @@
|
| REGISTER_MUXDEMUX (ROQ, roq);
|
| REGISTER_DEMUXER (RPL, rpl);
|
| REGISTER_MUXER (RTP, rtp);
|
| - REGISTER_DEMUXER (RTSP, rtsp);
|
| + REGISTER_MUXDEMUX (RTSP, rtsp);
|
| REGISTER_DEMUXER (SDP, sdp);
|
| #if CONFIG_SDP_DEMUXER
|
| av_register_rtp_dynamic_payload_handlers();
|
| @@ -221,4 +221,5 @@
|
| REGISTER_PROTOCOL (RTP, rtp);
|
| REGISTER_PROTOCOL (TCP, tcp);
|
| REGISTER_PROTOCOL (UDP, udp);
|
| + REGISTER_PROTOCOL (CONCAT, concat);
|
| }
|
|
|