[vlc-commits] demux: avi: fix debug string

Francois Cartegnie git at videolan.org
Thu Jul 20 18:52:55 CEST 2017


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Thu Jul 20 17:43:48 2017 +0200| [d633a34b7ea93feb30fc033cd83d09840ad6801e] | committer: Francois Cartegnie

demux: avi: fix debug string

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d633a34b7ea93feb30fc033cd83d09840ad6801e
---

 modules/demux/avi/libavi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/demux/avi/libavi.c b/modules/demux/avi/libavi.c
index 59ea0e44d4..f46256a768 100644
--- a/modules/demux/avi/libavi.c
+++ b/modules/demux/avi/libavi.c
@@ -72,7 +72,7 @@ static int AVI_ChunkReadCommon( stream_t *s, avi_chunk_t *p_chk )
 
 #ifdef AVI_DEBUG
     msg_Dbg( (vlc_object_t*)s,
-             "found chunk, fourcc: %4.4s size:%"PRId64" pos:%"PRId64,
+             "found chunk, fourcc: %4.4s size:%"PRIu64" pos:%"PRIu64,
              (char*)&p_chk->common.i_chunk_fourcc,
              p_chk->common.i_chunk_size,
              p_chk->common.i_chunk_pos );



More information about the vlc-commits mailing list