OSDN Git Service

Fix doxy comments missing one '*'.
authorRonald S. Bultje <rsbultje@gmail.com>
Wed, 7 Jan 2009 15:13:27 +0000 (15:13 +0000)
committerRonald 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

index ebc7ab7..311328c 100644 (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
 };