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

Unified Diff: media/mp4/fourccs.h

Issue 27374002: Add support for avc3 codec string. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reupload Created 7 years, 2 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/mp4/fourccs.h
diff --git a/media/mp4/fourccs.h b/media/mp4/fourccs.h
index b71d2ff3a5dfbd771b9c93687e726e2bcd12d7e8..01cce2bcf1b720e1b486132fb4c8b2844d1c1377 100644
--- a/media/mp4/fourccs.h
+++ b/media/mp4/fourccs.h
@@ -13,6 +13,7 @@ namespace mp4 {
enum FourCC {
FOURCC_NULL = 0,
FOURCC_AVC1 = 0x61766331,
+ FOURCC_AVC3 = 0x61766333,
FOURCC_AVCC = 0x61766343,
FOURCC_BLOC = 0x626C6F63,
FOURCC_CENC = 0x63656e63,

Powered by Google App Engine
This is Rietveld 408576698