X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fstream_output%2Fsap.c;h=3dbaf40337c783ac4f97527e191688777d40285a;hb=073c5a248e71a73a47c80066ad9848516e96778e;hp=d2fcd92889855a510fa357e3d0e9dda9a7a513d6;hpb=8d812e0a8417d97334ad008185cd9ece30294ab3;p=vlc diff --git a/src/stream_output/sap.c b/src/stream_output/sap.c index d2fcd92889..3dbaf40337 100644 --- a/src/stream_output/sap.c +++ b/src/stream_output/sap.c @@ -373,7 +373,7 @@ int SAP_Add (sap_handler_t *p_sap, session_descriptor_t *p_session) /* SAPv1, not encrypted, not compressed */ psz_head[0] = 0x20; - psz_head[1] = 0x00; /* No authentification length */ + psz_head[1] = 0x00; /* No authentication length */ i_hash = mdate(); psz_head[2] = i_hash >> 8; /* Msg id hash */