jpeg12_write_m_byte method

void jpeg12_write_m_byte(
  1. j12_compress_ptr cinfo,
  2. int val
)

Implementation

void jpeg12_write_m_byte(
  j12_compress_ptr cinfo,
  int val,
) {
  return _jpeg12_write_m_byte(
    cinfo,
    val,
  );
}