diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2009-01-07 15:13:27 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2009-01-07 15:13:27 +0000 |
commit | 70d4b8ce5094d6a79862a4e741de09f9ee131bf9 (patch) | |
tree | 83fd3d44a38283272f303452a8e6666085c209be /libavformat/rtsp.h | |
parent | 7a86bafa20aca6cdb38c425d23aa5aaf4271210a (diff) | |
download | ffmpeg-70d4b8ce5094d6a79862a4e741de09f9ee131bf9.tar.gz |
Fix doxy comments missing one '*'.
Originally committed as revision 16473 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtsp.h')
-rw-r--r-- | libavformat/rtsp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h index ebc7ab79b5..311328c80a 100644 --- 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 }; |