mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
Fix doxy comments missing one '*'.
Originally committed as revision 16473 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7a86bafa20
commit
70d4b8ce50
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue