mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02: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:
parent
199a8aa9f4
commit
6e5f27ca80
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user