Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Unified Diff: content/common/gpu/media/h264_parser.h

Issue 10837118: Dead code elimination: scythe.chrome_functions:segment.path %media% edition, round 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698