mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
avidemux: fix warning in macosx making the format portable
This commit is contained in:
parent
00aa3421e0
commit
28ccc40bab
1 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue