]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vorbisdec.c
avcodec/h264: add sse2 versions of previous idct functions
[ffmpeg] / libavcodec / vorbisdec.c
index bc6c5875c2e80d3afc2fb244a955b138c8f0b130..2a4f482031ef33452d96a39bd199fb37474c3a09 100644 (file)
@@ -731,7 +731,7 @@ static int vorbis_parse_setup_hdr_residues(vorbis_context *vc)
         if (!res_setup->classifs)
             return AVERROR(ENOMEM);
 
-        ff_dlog(NULL, "    begin %"PRIu32" end %"PRIu32" part.size %d classif.s %d classbook %d \n",
+        ff_dlog(NULL, "    begin %"PRIu32" end %"PRIu32" part.size %u classif.s %"PRIu8" classbook %"PRIu8"\n",
                 res_setup->begin, res_setup->end, res_setup->partition_size,
                 res_setup->classifications, res_setup->classbook);