]> git.sesse.net Git - vlc/commitdiff
Comment related to previous commit
authorRémi Denis-Courmont <rem@videolan.org>
Tue, 29 Jan 2008 18:11:02 +0000 (18:11 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Tue, 29 Jan 2008 18:11:02 +0000 (18:11 +0000)
modules/mux/mpjpeg.c

index 257b357e42052a386eb254e10a550481e4814ea8..61a69a2f22809c9f4dd7b8d28a1726fb93f0a641 100644 (file)
@@ -62,6 +62,7 @@ static int DelStream( sout_mux_t *, sout_input_t * );
 static int Mux      ( sout_mux_t * );
 
 /* This pseudo-random sequence is unlikely to ever happen */
+/* This should be the same as in src/network/httpd.c */
 #define BOUNDARY "7b3cc56e5f51db803f790dad720ed50a"
 
 /*****************************************************************************