[FFmpeg-cvslog] r16475 - trunk/libavformat/rtsp.h
rbultje
subversion
Wed Jan 7 17:01:16 CET 2009
Author: rbultje
Date: Wed Jan 7 17:01:15 2009
New Revision: 16475
Log:
Fix typo ("Standard-compliant" -> "Standards-compliant"), as noticed by
Diego.
Modified:
trunk/libavformat/rtsp.h
Modified: trunk/libavformat/rtsp.h
==============================================================================
--- trunk/libavformat/rtsp.h Wed Jan 7 16:44:41 2009 (r16474)
+++ trunk/libavformat/rtsp.h Wed Jan 7 17:01:15 2009 (r16475)
@@ -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
More information about the ffmpeg-cvslog
mailing list