Commit 36d531f3 authored by rbultje's avatar rbultje

Fix doxy comments missing one '*'.



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16473 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 90825339
......@@ -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
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment