avidemux: fix warning in macosx making the format portable

This commit is contained in:
Josep Torra 2009-10-09 11:30:00 +02:00
parent 00aa3421e0
commit 28ccc40bab

View file

@ -3702,8 +3702,8 @@ gst_avi_demux_loop_data (GstAviDemux * avi)
}
GST_LOG ("reading buffer (size=%" G_GUINT64_FORMAT "), stream %d, pos %"
G_GUINT64_FORMAT " (%llx), kf %d", size, stream_num, offset,
offset, keyframe);
G_GUINT64_FORMAT " (0x%" G_GINT64_MODIFIER "x), kf %d", size,
stream_num, offset, offset, keyframe);
/* FIXME, check large chunks and cut them up */