mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-23 19:49:56 +00:00
avcodec/vorbisdec: add missing comma
Should fix compilation failures after 191b2d4fc9
.
Found-by: philipl
This commit is contained in:
parent
fb496921e8
commit
8acd73e348
@ -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…
Reference in New Issue
Block a user