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