codecparsers: cosmetics: drop TAB characters.

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
This commit is contained in:
Gwenole Beauchesne 2014-03-25 15:04:14 +01:00
parent d232881105
commit e84b0d626c
5 changed files with 133 additions and 121 deletions

View File

@ -782,4 +782,5 @@ void gst_h264_video_quant_matrix_4x4_get_raster_from_zigzag (guint8 out_quant[16
const guint8 quant[16]); const guint8 quant[16]);
G_END_DECLS G_END_DECLS
#endif #endif

View File

@ -282,14 +282,15 @@ struct _GstH265NalUnit
/** /**
* GstH265ProfileTierLevel: * GstH265ProfileTierLevel:
* @profile_space: specifies the context for the interpretation of general_profile_idc and * @profile_space: specifies the context for the interpretation of
* general_profile_combatibility_flag * general_profile_idc and general_profile_combatibility_flag
* @tier_flag: the tier context for the interpretation of general_level_idc * @tier_flag: the tier context for the interpretation of general_level_idc
* @profile_idc: profile id * @profile_idc: profile id
* @profile_compatibility_flag: compatibility flags * @profile_compatibility_flag: compatibility flags
* @progressive_source_flag: flag to indicate the type of stream * @progressive_source_flag: flag to indicate the type of stream
* @interlaced_source_flag: flag to indicate the type of stream * @interlaced_source_flag: flag to indicate the type of stream
* @non_packed_constraint_flag: indicate the presence of frame packing arragement sei message * @non_packed_constraint_flag: indicate the presence of frame packing
* arragement sei message
* @frame_only_constraint_flag: recognize the field_seq_flag * @frame_only_constraint_flag: recognize the field_seq_flag
* @level idc: indicate the level which the CVS confirms * @level idc: indicate the level which the CVS confirms
* @sub_layer_profile_present_flag: sublayer profile presence ind * @sub_layer_profile_present_flag: sublayer profile presence ind
@ -300,9 +301,10 @@ struct _GstH265NalUnit
* @sub_layer_profile_compatibility_flag[6][32]: compatibility flags for sublayers * @sub_layer_profile_compatibility_flag[6][32]: compatibility flags for sublayers
* @sub_layer_progressive_source_flag:progressive stream indicator for sublayer * @sub_layer_progressive_source_flag:progressive stream indicator for sublayer
* @sub_layer_interlaced_source_flag: interlaced stream indicator for sublayer * @sub_layer_interlaced_source_flag: interlaced stream indicator for sublayer
* @sub_layer_non_packed_constraint_flag: indicate the presence of frame packing arrangement * @sub_layer_non_packed_constraint_flag: indicate the presence of
* sei message with in sublayers * frame packing arrangement sei message with in sublayers
* @sub_layer_frame_only_constraint_flag:recognize the sublayer specific field_seq_flag * @sub_layer_frame_only_constraint_flag:recognize the sublayer
* specific field_seq_flag
* @sub_layer_level_idc:indicate the sublayer specific level * @sub_layer_level_idc:indicate the sublayer specific level
* *
* Define ProfileTierLevel parameters * Define ProfileTierLevel parameters
@ -336,16 +338,20 @@ struct _GstH265ProfileTierLevel {
/** /**
* GstH265SubLayerHRDParams: * GstH265SubLayerHRDParams:
* @bit_rate_value_minus1:togeter with bit_rate_scale, it specifies the * @bit_rate_value_minus1:togeter with bit_rate_scale, it specifies
* maximum input bitrate when the CPB operates at the access unit level * the maximum input bitrate when the CPB operates at the access
* @cpb_size_value_minus1: is used together with cpb_size_scale to specify the CPB size * unit level
* when the CPB operates at the access unit level * @cpb_size_value_minus1: is used together with cpb_size_scale to
* @cpb_size_du_value_minus1: is used together with cpb_size_du_scale to * specify the CPB size when the CPB operates at the access unit
* specify the CPB size when the CPB operates at sub-picture level * level
* @bit_rate_du_value_minus1: together with bit_rate_scale, it specifies the * @cpb_size_du_value_minus1: is used together with cpb_size_du_scale
* maximum input bit rate when the CPB operates at the sub-picture level * to specify the CPB size when the CPB operates at sub-picture
* @cbr_flag: indicate whether HSS operates in intermittent bit rate mode or * level
* constant bit rate mode. * @bit_rate_du_value_minus1: together with bit_rate_scale, it
* specifies the maximum input bit rate when the CPB operates at the
* sub-picture level
* @cbr_flag: indicate whether HSS operates in intermittent bit rate
* mode or constant bit rate mode.
* *
* Defines the Sublayer HRD parameters * Defines the Sublayer HRD parameters
*/ */
@ -426,34 +432,39 @@ struct _GstH265HRDParams
* @id: vps id * @id: vps id
* @max_layers_minus1: should be zero, but can be other values in future * @max_layers_minus1: should be zero, but can be other values in future
* @max_sub_layers_minus1:specifies the maximum number of temporal sub-layers * @max_sub_layers_minus1:specifies the maximum number of temporal sub-layers
* @temporal_id_nesting_flag: specifies whether inter prediction is additionally restricted * @temporal_id_nesting_flag: specifies whether inter prediction is
* @profile_tier_level:ProifleTierLevel info * additionally restricted
* @sub_layer_ordering_info_present_flag: * @profile_tier_level: ProfileTierLevel info
* indicates the presense of vps_max_dec_pic_buffering_minus1, * @sub_layer_ordering_info_present_flag: indicates the presense of
* vps_max_num_reorder_pics and vps_max_latency_increase_plus1 * vps_max_dec_pic_buffering_minus1, vps_max_num_reorder_pics and
* @max_dec_pic_buffering_minus1: specifies the maximum required size of * vps_max_latency_increase_plus1
* the decoded picture buffer * @max_dec_pic_buffering_minus1: specifies the maximum required size
* @max_num_reorder_pics: indicates the maximum allowed number of pictures that can * of the decoded picture buffer
* precede any picture in the CVS in decoding order * @max_num_reorder_pics: indicates the maximum allowed number of
* @max_latency_increase_plus1: is used to compute the value of VpsMaxLatencyPictures * pictures that can precede any picture in the CVS in decoding
* order
* @max_latency_increase_plus1: is used to compute the value of
* VpsMaxLatencyPictures
* @max_layer_id: specifies the maximum allowed value of nuh_layer_id * @max_layer_id: specifies the maximum allowed value of nuh_layer_id
* @num_layer_sets_minus1: specifies the number of layer sets * @num_layer_sets_minus1: specifies the number of layer sets
* @layer_id_included_flag: specifies whether a nuh_layer_id included in the * @layer_id_included_flag: specifies whether a nuh_layer_id included
* layer identifier list * in the layer identifier list
* @timing_info_present_flag: indicate the presence of num_units_in_tick, * @timing_info_present_flag: indicate the presence of
* time_scale, poc_proportional_to_timing_flag and num_hrd_parameters * num_units_in_tick, time_scale, poc_proportional_to_timing_flag
* and num_hrd_parameters
* @num_units_in_tick: number of time units in a tick * @num_units_in_tick: number of time units in a tick
* @time_scale: number of time units that pass in one second * @time_scale: number of time units that pass in one second
* @poc_proportional_to_timing_flag: indicate whether the picture order count is * @poc_proportional_to_timing_flag: indicate whether the picture
* proportional to output timin * order count is proportional to output timin
* @num_ticks_poc_diff_one_minus1: specifies the number of clock ticks corresponding * @num_ticks_poc_diff_one_minus1: specifies the number of clock ticks
* to a difference of picture order count values equal to 1 * corresponding to a difference of picture order count values equal
* to 1
* @num_hrd_parameters: number of hrd_parameters present * @num_hrd_parameters: number of hrd_parameters present
* @hrd_layer_set_idx: index to the list of layer hrd params. * @hrd_layer_set_idx: index to the list of layer hrd params.
* @hrd_params: the GstH265HRDParams list * @hrd_params: the GstH265HRDParams list
* *
* Defines the VPS parameters * Defines the VPS parameters
**/ */
struct _GstH265VPS { struct _GstH265VPS {
guint8 id; guint8 id;
@ -647,10 +658,10 @@ struct _GstH265VUIParams
/** /**
* GstH265ScalingList: * GstH265ScalingList:
* @scaling_list_dc_coef_minus8_16x16: this plus 8 specifies the DC Coefficient * @scaling_list_dc_coef_minus8_16x16: this plus 8 specifies the DC
* values for 16x16 scaling list * Coefficient values for 16x16 scaling list
* @scaling_list_dc_coef_minus8_32x32: this plus 8 specifies the DC Coefficient * @scaling_list_dc_coef_minus8_32x32: this plus 8 specifies the DC
* values for 32x32 scaling list * Coefficient values for 32x32 scaling list
* @scaling_lists_4x4: 4x4 scaling list * @scaling_lists_4x4: 4x4 scaling list
* @scaling_lists_8x8: 8x8 scaling list * @scaling_lists_8x8: 8x8 scaling list
* @scaling_lists_16x16: 16x16 scaling list * @scaling_lists_16x16: 16x16 scaling list