jpeg12_j12_start_output method

int jpeg12_j12_start_output(
  1. j12_decompress_ptr cinfo,
  2. int scan_number
)

Implementation

int jpeg12_j12_start_output(
  j12_decompress_ptr cinfo,
  int scan_number,
) {
  return _jpeg12_j12_start_output(
    cinfo,
    scan_number,
  );
}