jpeg12_j12_resync_to_restart method

int jpeg12_j12_resync_to_restart(
  1. j12_decompress_ptr cinfo,
  2. int desired
)

Implementation

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