mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-01 13:36:26 +08:00
Fix typo ("Standard-compliant" -> "Standards-compliant"), as noticed by
Diego. Originally committed as revision 16475 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -76,7 +76,7 @@ enum RTSPClientState {
|
||||
};
|
||||
|
||||
enum RTSPServerType {
|
||||
RTSP_SERVER_RTP, /**< Standard-compliant RTP-server */
|
||||
RTSP_SERVER_RTP, /**< Standards-compliant RTP-server */
|
||||
RTSP_SERVER_REAL, /**< Realmedia-style server */
|
||||
RTSP_SERVER_WMS, /**< Windows Media server */
|
||||
RTSP_SERVER_LAST
|
||||
|
Reference in New Issue
Block a user