diff 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
line wrap: on
line diff
--- a/h264.h	Sun Jan 10 21:38:15 2010 +0000
+++ b/h264.h	Mon Jan 11 00:31:39 2010 +0000
@@ -166,6 +166,12 @@
     unsigned int crop_bottom;          ///< frame_cropping_rect_bottom_offset
     int vui_parameters_present_flag;
     AVRational sar;
+    int video_signal_type_present_flag;
+    int full_range;
+    int colour_description_present_flag;
+    enum AVColorPrimaries color_primaries;
+    enum AVColorTransferCharacteristic color_trc;
+    enum AVColorSpace colorspace;
     int timing_info_present_flag;
     uint32_t num_units_in_tick;
     uint32_t time_scale;