Commit 6e5f27ca authored by Ronald S. Bultje's avatar Ronald S. Bultje

Fix typo ("Standard-compliant" -> "Standards-compliant"), as noticed by

Diego.

Originally committed as revision 16475 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 199a8aa9
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment