changeset 4171:6af3e7ab7cbb libavformat

Fix typo ("Standard-compliant" -> "Standards-compliant"), as noticed by Diego.
author rbultje
date Wed, 07 Jan 2009 16:01:15 +0000
parents 89d38f054035
children fdadd576d584
files rtsp.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rtsp.h	Wed Jan 07 15:13:27 2009 +0000
+++ b/rtsp.h	Wed Jan 07 16:01:15 2009 +0000
@@ -76,7 +76,7 @@
 };
 
 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