projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Allow cycling between different protocols (TCP, UDP or multicast) so that if
[libav.git]
/
libavformat
/
rtsp.h
diff --git
a/libavformat/rtsp.h
b/libavformat/rtsp.h
index
6adadbc
..
288f697
100644
(file)
--- a/
libavformat/rtsp.h
+++ b/
libavformat/rtsp.h
@@
-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