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

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

Issue 10411085: Build AVC decoder configuration record (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 7 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 8b346c29b1a7793e932d7bd7554e9e193348f667..de62ee30d238d98ef9eb2bea41c7c568ac1e5168 100644
--- a/content/common/gpu/media/h264_parser.h
+++ b/content/common/gpu/media/h264_parser.h
@@ -47,6 +47,7 @@ struct H264SPS {
H264SPS();
int profile_idc;
+ int constraint_setx_flag;
int level_idc;
int seq_parameter_set_id;

Powered by Google App Engine
This is Rietveld 408576698