git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
8239dd2
)
Misspelling DCCP code
author
Vicente Jimenez Aguilar
<googuy@gmail.com>
Thu, 13 Nov 2008 14:20:04 +0000
(15:20 +0100)
committer
Rémi Denis-Courmont
<rdenis@simphalempin.com>
Thu, 13 Nov 2008 16:09:36 +0000
(18:09 +0200)
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
modules/stream_out/rtp.c
patch
|
blob
|
history
diff --git
a/modules/stream_out/rtp.c
b/modules/stream_out/rtp.c
index
72f684e
..
2c4e8ab
100644
(file)
--- a/
modules/stream_out/rtp.c
+++ b/
modules/stream_out/rtp.c
@@
-974,7
+974,7
@@
static sout_stream_id_t *Add( sout_stream_t *p_stream, es_format_t *p_fmt )
{
case VIDEO_ES: code = "RTPV"; break;
case AUDIO_ES: code = "RTPARTPV"; break;
- case SPU_ES: code = "RTPTR
PT
V"; break;
+ case SPU_ES: code = "RTPTR
TP
V"; break;
default: code = "RTPORTPV"; break;
}
var_SetString (p_stream, "dccp-service", code);