Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2008-07-29 14:45:53 +0400
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2008-07-29 14:45:53 +0400
commitc16184e9baad4e4304d5bfb9340e8b5b6decad65 (patch)
treeb7720b1cdc31bde39c34876df610d69781fcd5a1 /libavformat/sdp.c
parent5b43368de9de950de92abf4a7e0bb71a72cf6efa (diff)
Fix a typo in sdp_write_header(): change "IPV4", which is not a valid
network address type, to "IP4". Originally committed as revision 14465 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/sdp.c')
-rw-r--r--libavformat/sdp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/sdp.c b/libavformat/sdp.c
index cf83e60710..f9c05823f2 100644
--- a/libavformat/sdp.c
+++ b/libavformat/sdp.c
@@ -56,7 +56,7 @@ static void dest_write(char *buff, int size, const char *dest_addr, int ttl)
static void sdp_write_header(char *buff, int size, struct sdp_session_level *s)
{
av_strlcatf(buff, size, "v=%d\r\n"
- "o=- %d %d IN IPV4 %s\r\n"
+ "o=- %d %d IN IP4 %s\r\n"
"t=%d %d\r\n"
"s=%s\r\n"
"a=tool:libavformat " AV_STRINGIFY(LIBAVFORMAT_VERSION) "\r\n",