]> git.sesse.net Git - vlc/blobdiff - modules/mux/mpeg/ts.c
Strings
[vlc] / modules / mux / mpeg / ts.c
index 0a7fa6749cf10a17dfa1896b8b7171dbb43a72b1..a77853fcb0f927d430cebea8a89b3cd2157e6411 100644 (file)
@@ -156,6 +156,7 @@ static void    Close  ( vlc_object_t * );
   "16 char string (8 hexadecimal bytes).")
 
 #define CPKT_TEXT N_("Packet size in bytes to encrypt")
+/// \bug [String] Extra space
 #define CPKT_LONGTEXT N_("Size of the TS packet to encrypt. " \
     "The encryption routines subtract the TS-header from the value before " \
     "encrypting. " )