Commit 4b07d84d authored by Vicente Jimenez Aguilar's avatar Vicente Jimenez Aguilar Committed by Rémi Denis-Courmont

Misspelling DCCP code

Signed-off-by: default avatarRémi Denis-Courmont <rdenis@simphalempin.com>
parent 8239dd26
...@@ -974,7 +974,7 @@ static sout_stream_id_t *Add( sout_stream_t *p_stream, es_format_t *p_fmt ) ...@@ -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 VIDEO_ES: code = "RTPV"; break;
case AUDIO_ES: code = "RTPARTPV"; break; case AUDIO_ES: code = "RTPARTPV"; break;
case SPU_ES: code = "RTPTRPTV"; break; case SPU_ES: code = "RTPTRTPV"; break;
default: code = "RTPORTPV"; break; default: code = "RTPORTPV"; break;
} }
var_SetString (p_stream, "dccp-service", code); var_SetString (p_stream, "dccp-service", code);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment