]> git.sesse.net Git - vlc/blobdiff - modules/demux/avi/libavi.c
Fix commit [a0a315c850c037a71e4bf8fd854bb6c671af4e02]
[vlc] / modules / demux / avi / libavi.c
index 91866a3e45233257d5c985642a46d603c5addc57..b121e1f855daddc67069b48ca7e7f1ae6bfc2af0 100644 (file)
@@ -406,7 +406,7 @@ static int AVI_ChunkRead_strf( stream_t *s, avi_chunk_t *p_chk )
             }
 #ifdef AVI_DEBUG
             msg_Dbg( (vlc_object_t*)s,
-                     "strf: video:%4.4s %dx%d planes:%d %dbpp",
+                     "strf: video:%4.4s %"PRIu32"x%"PRIu32" planes:%d %dbpp",
                      (char*)&p_chk->strf.vids.p_bih->biCompression,
                      (uint32_t)p_chk->strf.vids.p_bih->biWidth,
                      (uint32_t)p_chk->strf.vids.p_bih->biHeight,