]> git.sesse.net Git - vlc/blobdiff - modules/mux/mpjpeg.c
Preferences: don't show empty boxes ('zoom' box bug)
[vlc] / modules / mux / mpjpeg.c
index 98b2fad6df3925ae6ec9460cda8fcf91aaa97c72..0d53522a5977fde31a1cc9553b116f0e4e86b526 100644 (file)
@@ -165,7 +165,7 @@ static int Mux( sout_mux_t *p_mux )
         static const char psz_hfmt[] = "\r\n"
             "--"BOUNDARY"\r\n"
             "Content-Type: image/jpeg\r\n"
-            "Content-Length: %u\r\n"
+            "Content-Length: %zu\r\n"
             "\r\n";
         block_t *p_data = block_FifoGet( p_fifo );
         block_t *p_header = block_New( p_mux, sizeof( psz_hfmt ) + 20 );