comparison h264.h @ 10837:e5905bfa625d libavcodec

Export fullrange flag and color information for h.264
author conrad
date Mon, 11 Jan 2010 00:31:39 +0000
parents 46a247e54d6e
children 86d7ab878805
comparison
equal deleted inserted replaced
10836:f20f9b76f4c8 10837:e5905bfa625d
164 unsigned int crop_right; ///< frame_cropping_rect_right_offset 164 unsigned int crop_right; ///< frame_cropping_rect_right_offset
165 unsigned int crop_top; ///< frame_cropping_rect_top_offset 165 unsigned int crop_top; ///< frame_cropping_rect_top_offset
166 unsigned int crop_bottom; ///< frame_cropping_rect_bottom_offset 166 unsigned int crop_bottom; ///< frame_cropping_rect_bottom_offset
167 int vui_parameters_present_flag; 167 int vui_parameters_present_flag;
168 AVRational sar; 168 AVRational sar;
169 int video_signal_type_present_flag;
170 int full_range;
171 int colour_description_present_flag;
172 enum AVColorPrimaries color_primaries;
173 enum AVColorTransferCharacteristic color_trc;
174 enum AVColorSpace colorspace;
169 int timing_info_present_flag; 175 int timing_info_present_flag;
170 uint32_t num_units_in_tick; 176 uint32_t num_units_in_tick;
171 uint32_t time_scale; 177 uint32_t time_scale;
172 int fixed_frame_rate_flag; 178 int fixed_frame_rate_flag;
173 short offset_for_ref_frame[256]; //FIXME dyn aloc? 179 short offset_for_ref_frame[256]; //FIXME dyn aloc?