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

Unified Diff: media/filters/h264_parser.h

Issue 2345123002: Attach color space information to hardware decoded NV12 video frames. (Closed)
Patch Set: compile fixes for several platforms Created 4 years, 3 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: 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;

Powered by Google App Engine
This is Rietveld 408576698