[vlc-commits] [Git][videolan/vlc][master] demux/mp4: fix int64_t logging

Steve Lhomme (@robUx4) gitlab at videolan.org
Wed Oct 11 11:54:35 UTC 2023



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
c613ece5 by Steve Lhomme at 2023-10-11T11:27:24+00:00
demux/mp4: fix int64_t logging

- - - - -


1 changed file:

- modules/demux/mp4/mp4.c


Changes:

=====================================
modules/demux/mp4/mp4.c
=====================================
@@ -3548,7 +3548,7 @@ static int TrackTimeToSampleChunk( demux_t *p_demux, mp4_track_t *p_track,
                                    &i_withdelay_chunk,
                                    &i_withdelay_sample ) == VLC_SUCCESS )
             {
-                msg_Warn( p_demux, "track[Id 0x%x] has %ldµs decoder delay from %ld",
+                msg_Warn( p_demux, "track[Id 0x%x] has %" PRId64 "µs decoder delay from %" PRId64,
                           p_track->i_track_ID,
                           MP4_rescale_mtime( p_track->i_decoder_delay, p_track->i_timescale),
                           i_start );



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c613ece599a95be4e9dded65196a49d16eaa1b92

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c613ece599a95be4e9dded65196a49d16eaa1b92
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list