]> git.sesse.net Git - vlc/blobdiff - src/audio_output/dec.c
NIH desyndromization
[vlc] / src / audio_output / dec.c
index 694957e0b7ead9d68b20392923906e87aab54e2f..8a543fc5a82187c8323a37c9045c3878da109f30 100644 (file)
@@ -333,7 +333,7 @@ int aout_DecPlay( aout_instance_t * p_aout, aout_input_t * p_input,
     if ( p_buffer->start_date > mdate() + p_input->i_pts_delay +
          AOUT_MAX_ADVANCE_TIME )
     {
-        msg_Warn( p_aout, "received buffer in the future ("I64Fd")",
+        msg_Warn( p_aout, "received buffer in the future (%"PRId64")",
                   p_buffer->start_date - mdate());
         if( p_input->p_input_thread )
         {