]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtsp.h
Motion Pixels MVI Demuxer.
[ffmpeg] / libavformat / rtsp.h
index 6adadbc8159a1725b8f75ad3318aae5d538389a0..288f69776ddebe990bb75a03ac0d9520380cd3da 100644 (file)
@@ -29,6 +29,10 @@ enum RTSPProtocol {
     RTSP_PROTOCOL_RTP_UDP = 0,
     RTSP_PROTOCOL_RTP_TCP = 1,
     RTSP_PROTOCOL_RTP_UDP_MULTICAST = 2,
+    /**
+     * This is not part of public API and shouldn't be used outside of ffmpeg.
+     */
+    RTSP_PROTOCOL_RTP_LAST
 };
 
 #define RTSP_DEFAULT_PORT   554