Chromium Code Reviews| Index: media/filters/h264_parser.h |
| diff --git a/media/filters/h264_parser.h b/media/filters/h264_parser.h |
| index 64519e8fd7a95eed0bd4fa2f00ddb36c7735c70f..9d02237d91c0b4a2fb0fe87310b4f81d4f78c8c0 100644 |
| --- a/media/filters/h264_parser.h |
| +++ b/media/filters/h264_parser.h |
| @@ -156,6 +156,11 @@ struct MEDIA_EXPORT H264SPS { |
| int time_scale; |
| bool fixed_frame_rate_flag; |
| + bool full_range; |
|
sandersd (OOO until July 31)
2016/09/16 00:55:20
Please name these the same as the spec does.
hubbe
2016/09/16 18:03:30
Done.
|
| + int primary_idc; |
| + int transfer_idc; |
| + int matrix_idc; |
| + |
| // TODO(posciak): actually parse these instead of ParseAndIgnoreHRDParameters. |
| bool nal_hrd_parameters_present_flag; |
| int cpb_cnt_minus1; |