avcodec/vorbisdec: add missing comma

Should fix compilation failures after 191b2d4fc9.

Found-by: philipl
pull/202/merge
James Almer 8 years ago
parent fb496921e8
commit 8acd73e348
  1. 2
      libavcodec/vorbisdec.c

@ -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 %u classif.s %"PRIu8" classbook %"PRIu8"\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);

Loading…
Cancel
Save