mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-07-25 21:01:22 +00:00
Fix doxy comments missing one '*'.
Originally committed as revision 16473 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
+3
-3
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user