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

Unified Diff: media/formats/mp4/hevc.h

Issue 2317273003: Use the correct HEVC profile in VideoDecoderConfig (Closed)
Patch Set: Added a comment to explain where general_profile_idc values are from 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
« no previous file with comments | « media/formats/mp4/box_definitions.cc ('k') | media/formats/mp4/hevc.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/formats/mp4/hevc.h
diff --git a/media/formats/mp4/hevc.h b/media/formats/mp4/hevc.h
index 84275e2b1ce9d0681e58919056db113f29051a4f..c653e81a4af3eec5f9739a0c88f4e18243676931 100644
--- a/media/formats/mp4/hevc.h
+++ b/media/formats/mp4/hevc.h
@@ -12,6 +12,7 @@
#include <vector>
#include "media/base/media_export.h"
+#include "media/base/video_codecs.h"
#include "media/formats/mp4/bitstream_converter.h"
#include "media/formats/mp4/box_definitions.h"
@@ -60,6 +61,8 @@ struct MEDIA_EXPORT HEVCDecoderConfigurationRecord : Box {
};
std::vector<HVCCNALArray> arrays;
+ VideoCodecProfile GetVideoProfile() const;
+
private:
bool ParseInternal(BufferReader* reader,
const scoped_refptr<MediaLog>& media_log);
« no previous file with comments | « media/formats/mp4/box_definitions.cc ('k') | media/formats/mp4/hevc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698