libmpeg3/mpeg3title.c:194: bad call to fprintf ?
Brought to you by:
heroines
cinelerra-7/libmpeg3/mpeg3title.c:194]: (error) fprintf format string requires 7 parameters but only 5 are given.
Source code is
fprintf(output, "REGION: %llx-%llx %llx-%llx %f %f %d\n",
cell->program_start,
cell->program_end,
cell->title_start,
cell->title_end,
cell->program);