JPEG_MARKER::M_SOF2 is only used within LibJPEG.
 
Symbols
loading...
Files
loading...

JPEG_MARKER::M_SOF2

Syntax

M_SOF2 = 0xc2;

References

LocationReferrerText
jcmarker.c:20
M_SOF2 = 0xc2,
jdmarker.c:24
M_SOF2 = 0xc2,
jcmarker.c:556write_frame_header()
emit_sof(cinfo, M_SOF2); /* SOF code for progressive Huffman */
jdmarker.c:1029read_markers()
case M_SOF2: /* Progressive, Huffman */

Data Use

Functions using JPEG_MARKER::M_SOF2
JPEG_MARKER::M_SOF2