projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
199a8aa
)
Fix typo ("Standard-compliant" -> "Standards-compliant"), as noticed by
author
Ronald S. Bultje
<rsbultje@gmail.com>
Wed, 7 Jan 2009 16:01:15 +0000
(16:01 +0000)
committer
Ronald S. Bultje
<rsbultje@gmail.com>
Wed, 7 Jan 2009 16:01:15 +0000
(16:01 +0000)
Diego.
Originally committed as revision 16475 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rtsp.h
patch
|
blob
|
history
diff --git
a/libavformat/rtsp.h
b/libavformat/rtsp.h
index 311328c80a67e550b7c401c46d5a4f0888daa892..ec3477b5d4d873222c94a6bbe53c50e5f4bd50fa 100644
(file)
--- 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, /**< Standard
s
-compliant RTP-server */
RTSP_SERVER_REAL, /**< Realmedia-style server */
RTSP_SERVER_WMS, /**< Windows Media server */
RTSP_SERVER_LAST