git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a86baf
)
Fix doxy comments missing one '*'.
author
Ronald S. Bultje
<rsbultje@gmail.com>
Wed, 7 Jan 2009 15:13:27 +0000
(15:13 +0000)
committer
Ronald S. Bultje
<rsbultje@gmail.com>
Wed, 7 Jan 2009 15:13:27 +0000
(15:13 +0000)
Originally committed as revision 16473 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rtsp.h
patch
|
blob
|
history
diff --git
a/libavformat/rtsp.h
b/libavformat/rtsp.h
index
ebc7ab7
..
311328c
100644
(file)
--- a/
libavformat/rtsp.h
+++ b/
libavformat/rtsp.h
@@
-76,9
+76,9
@@
enum RTSPClientState {
};
enum RTSPServerType {
- RTSP_SERVER_RTP, /*< Standard-compliant RTP-server */
- RTSP_SERVER_REAL, /*< Realmedia-style server */
- RTSP_SERVER_WMS, /*< Windows Media server */
+ RTSP_SERVER_RTP, /*
*
< Standard-compliant RTP-server */
+ RTSP_SERVER_REAL, /*
*
< Realmedia-style server */
+ RTSP_SERVER_WMS, /*
*
< Windows Media server */
RTSP_SERVER_LAST
};