Chromium Code Reviews| Index: content/common/gpu/media/h264_parser.h |
| diff --git a/content/common/gpu/media/h264_parser.h b/content/common/gpu/media/h264_parser.h |
| index 5fe7a5dc2459545755513edcb7e59d3f10898704..b8c821b676da92cbd8ad4cd5b54236fe73be9bfa 100644 |
| --- a/content/common/gpu/media/h264_parser.h |
| +++ b/content/common/gpu/media/h264_parser.h |
| @@ -171,7 +171,7 @@ struct CONTENT_EXPORT H264SliceHeader { |
| int first_mb_in_slice; |
| int slice_type; |
| int pic_parameter_set_id; |
| - int colour_plane_id; |
| + int colour_plane_id; // TODO(posciak): use this! http://crbug.com/139878 |
|
Ami GONE FROM CHROMIUM
2012/08/06 01:00:58
Just annotating to ease future analysis runs.
|
| int frame_num; |
| bool field_pic_flag; |
| bool bottom_field_flag; |