1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

Fix doxy comments missing one '*'.

Originally committed as revision 16473 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Ronald S. Bultje 2009-01-07 15:13:27 +00:00
parent 7a86bafa20
commit 70d4b8ce50

View File

@ -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
};