]> git.sesse.net Git - vlc/blobdiff - modules/codec/quicktime.c
avcodec: Allow encoding standard stricted to be from -2 to 2
[vlc] / modules / codec / quicktime.c
index ae154fa3c04a46d93b586335652d760544c32e1f..55f9bf076355117a3ef3d841086f1dcf65a65533 100644 (file)
@@ -913,7 +913,7 @@ static picture_t *DecodeVideo( decoder_t *p_dec, block_t **pp_block )
         p_sys->i_late = 0;
     }
 #ifndef NDEBUG
-    msg_Dbg( p_dec, "bufsize: %d", (int)p_block->i_buffer);
+    msg_Dbg( p_dec, "bufsize: %zu", p_block->i_buffer);
 #endif
 
     if( p_sys->i_late > 10 )