comparison src/jpeg_parser.h @ 1912:4417578c55f9

improved mpo parser, consider individual image type code
author Vladimir Nadvornik <nadvornik@suse.cz>
date Sat, 09 Apr 2011 16:07:31 +0200
parents caca32ccd945
children af653599660d 26dfd7a4d130
comparison
equal deleted inserted replaced
1911:225b72ae0482 1912:4417578c55f9
46 gboolean dependent_parent; 46 gboolean dependent_parent;
47 guint offset; 47 guint offset;
48 guint length; 48 guint length;
49 guint dep1; 49 guint dep1;
50 guint dep2; 50 guint dep2;
51
52 guint MPFVersion;
53 guint MPIndividualNum;
54 guint PanOrientation;
55 double PanOverlap_H;
56 double PanOverlap_V;
57 guint BaseViewpointNum;
58 double ConvergenceAngle;
59 double BaselineLength;
60 double VerticalDivergence;
61 double AxisDistance_X;
62 double AxisDistance_Y;
63 double AxisDistance_Z;
64 double YawAngle;
65 double PitchAngle;
66 double RollAngle;
67
51 }; 68 };
52 69
53 70
54 struct _MPOData { 71 struct _MPOData {
55 guint mpo_offset; 72 guint mpo_offset;