]> git.sesse.net Git - vlc/commitdiff
* modules/video_filter/mosaic.c: %lld -> I64Fd
authorChristophe Massiot <massiot@videolan.org>
Fri, 20 May 2005 18:41:23 +0000 (18:41 +0000)
committerChristophe Massiot <massiot@videolan.org>
Fri, 20 May 2005 18:41:23 +0000 (18:41 +0000)
modules/video_filter/mosaic.c

index a008d83b58c2a197e74a285f3697efcec37434fb..f58da5ba49c0037d42a85e4d18d49946dcd63088 100644 (file)
@@ -412,7 +412,7 @@ static subpicture_t *Filter( filter_t *p_filter, mtime_t date )
                 continue;
             }
             else
-                msg_Dbg( p_filter, "too late picture %lld for %s",
+                msg_Dbg( p_filter, "too late picture for %s (" I64Fd ")",
                          date - p_es->p_picture->date - p_sys->i_delay,
                          p_es->psz_id );
         }