]> git.sesse.net Git - vlc/blobdiff - modules/mux/avi.c
NIH syndrome cure (2)
[vlc] / modules / mux / avi.c
index 58ddb33b48701a9a58c1c06b0bc79570fe8594c6..fb5491a8ff4a3df2d303ddbc58eb7bf0bbabe7ea 100644 (file)
@@ -202,7 +202,7 @@ static void Close( vlc_object_t * p_this )
                     (uint64_t)p_stream->i_totalsize /
                     (uint64_t)p_stream->i_duration;
         }
-        msg_Info( p_mux, "stream[%d] duration:"I64Fd" totalsize:"I64Fd
+        msg_Info( p_mux, "stream[%d] duration:%"PRId64" totalsize:%"PRId64
                   " frames:%d fps:%f kb/s:%d",
                   i_stream,
                   (int64_t)p_stream->i_duration / (int64_t)1000000,