OpenJPEG
1.5.1
|
Marker structure. More...
#include <openjpeg.h>
Data Fields | |
unsigned short int | type |
marker type More... | |
int | pos |
position in codestream More... | |
int | len |
length, marker val included More... | |
Marker structure.
int opj_marker_info_t::len |
length, marker val included
Referenced by j2k_add_marker(), j2k_add_mhmarker(), j2k_add_tlmarker(), and write_mainmhix().
int opj_marker_info_t::pos |
position in codestream
Referenced by j2k_add_marker(), j2k_add_mhmarker(), j2k_add_tlmarker(), jpwl_dump_marks(), and write_mainmhix().
unsigned short int opj_marker_info_t::type |
marker type
Referenced by j2k_add_marker(), j2k_add_mhmarker(), j2k_add_tlmarker(), and write_mainmhix().