Browse Source

SRT: fix typo

(cherry picked from commit 52f8cf70f1)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
pull/135/head
Jean-Baptiste Kempf 9 years ago
parent
commit
dc881a4c19
  1. 2
      modules/access_output/srt.c

2
modules/access_output/srt.c

@ -316,7 +316,7 @@ vlc_module_begin()
add_integer( "chunk-size", SRT_DEFAULT_CHUNK_SIZE,
N_("SRT chunk size (bytes)"), NULL, true )
add_integer( "poll-timeout", SRT_DEFAULT_POLL_TIMEOUT,
N_("Return poll wait after timeout miliseconds (-1 = infinite)"), NULL, true )
N_("Return poll wait after timeout milliseconds (-1 = infinite)"), NULL, true )
add_integer( "latency", SRT_DEFAULT_LATENCY, N_("SRT latency (ms)"), NULL, true )
set_capability( "sout access", 0 )

Loading…
Cancel
Save