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

Unified Diff: media/filters/h264_parser.h

Issue 1633573003: EsParserH264 should set proper video profile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove Default in Switch case Created 4 years, 11 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
« no previous file with comments | « no previous file | media/formats/mp2t/es_parser_h264.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/h264_parser.h
diff --git a/media/filters/h264_parser.h b/media/filters/h264_parser.h
index 707a6d2fb238c8e6cb9aeab75df5a344adc0238f..065427ad4e6f7f681ad6ad2a38a5a0a4029993f2 100644
--- a/media/filters/h264_parser.h
+++ b/media/filters/h264_parser.h
@@ -73,7 +73,14 @@ struct MEDIA_EXPORT H264SPS {
kProfileIDCBaseline = 66,
kProfileIDCConstrainedBaseline = kProfileIDCBaseline,
kProfileIDCMain = 77,
+ kProfileIDScalableBaseline = 83,
+ kProfileIDScalableHigh = 86,
kProfileIDCHigh = 100,
+ kProfileIDHigh10 = 110,
+ kProfileIDSMultiviewHigh = 118,
+ kProfileIDHigh422 = 122,
+ kProfileIDStereoHigh = 128,
+ kProfileIDHigh444Predictive = 244,
};
enum AspectRatioIdc {
« no previous file with comments | « no previous file | media/formats/mp2t/es_parser_h264.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698