comparison h264.c @ 2175:24ed7893bf82 libavcodec

cleanup
author michael
date Mon, 16 Aug 2004 22:51:18 +0000
parents 6d614374d907
children 733c60a6e30c
comparison
equal deleted inserted replaced
2174:6d614374d907 2175:24ed7893bf82
5337 sps->time_scale = get_bits_long(&s->gb, 32); 5337 sps->time_scale = get_bits_long(&s->gb, 32);
5338 sps->fixed_frame_rate_flag = get_bits1(&s->gb); 5338 sps->fixed_frame_rate_flag = get_bits1(&s->gb);
5339 } 5339 }
5340 5340
5341 #if 0 5341 #if 0
5342 | overscan_info_present_flag |0 |u(1) |
5343 | if( overscan_info_present_flag ) | | |
5344 | overscan_appropriate_flag |0 |u(1) |
5345 | video_signal_type_present_flag |0 |u(1) |
5346 | if( video_signal_type_present_flag ) { | | |
5347 | video_format |0 |u(3) |
5348 | video_full_range_flag |0 |u(1) |
5349 | colour_description_present_flag |0 |u(1) |
5350 | if( colour_description_present_flag ) { | | |
5351 | colour_primaries |0 |u(8) |
5352 | transfer_characteristics |0 |u(8) |
5353 | matrix_coefficients |0 |u(8) |
5354 | } | | |
5355 | } | | |
5356 | chroma_location_info_present_flag |0 |u(1) |
5357 | if ( chroma_location_info_present_flag ) { | | |
5358 | chroma_sample_location_type_top_field |0 |ue(v) |
5359 | chroma_sample_location_type_bottom_field |0 |ue(v) |
5360 | } | | |
5361 | timing_info_present_flag |0 |u(1) |
5362 | if( timing_info_present_flag ) { | | |
5363 | num_units_in_tick |0 |u(32) |
5364 | time_scale |0 |u(32) |
5365 | fixed_frame_rate_flag |0 |u(1) |
5366 | } | | |
5367 | nal_hrd_parameters_present_flag |0 |u(1) | 5342 | nal_hrd_parameters_present_flag |0 |u(1) |
5368 | if( nal_hrd_parameters_present_flag = = 1) | | | 5343 | if( nal_hrd_parameters_present_flag = = 1) | | |
5369 | hrd_parameters( ) | | | 5344 | hrd_parameters( ) | | |
5370 | vcl_hrd_parameters_present_flag |0 |u(1) | 5345 | vcl_hrd_parameters_present_flag |0 |u(1) |
5371 | if( vcl_hrd_parameters_present_flag = = 1) | | | 5346 | if( vcl_hrd_parameters_present_flag = = 1) | | |