jpeg12_j12_resync_to_restart method
Implementation
int jpeg12_j12_resync_to_restart(
j12_decompress_ptr cinfo,
int desired,
) {
return _jpeg12_j12_resync_to_restart(
cinfo,
desired,
);
}
int jpeg12_j12_resync_to_restart(
j12_decompress_ptr cinfo,
int desired,
) {
return _jpeg12_j12_resync_to_restart(
cinfo,
desired,
);
}