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