diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2009-01-07 16:01:15 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2009-01-07 16:01:15 +0000 |
commit | 6e5f27ca80df19299c1c3a82c51fefbb14f8b28b (patch) | |
tree | f46e5ff52aa777b5af4fbdf285c6aa81f789763b /libavformat | |
parent | 199a8aa9f4695099d8c07b41886c64c890d76558 (diff) | |
download | ffmpeg-6e5f27ca80df19299c1c3a82c51fefbb14f8b28b.tar.gz |
Fix typo ("Standard-compliant" -> "Standards-compliant"), as noticed by
Diego.
Originally committed as revision 16475 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/rtsp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h index 311328c80a..ec3477b5d4 100644 --- a/libavformat/rtsp.h +++ b/libavformat/rtsp.h @@ -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 |