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

Unified Diff: media/mp4/fourccs.h

Issue 14641006: Support EAC3 (Dolby Digital Plus) codec (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed Aaron's comments Created 7 years, 8 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 642a9f568b89affee77f812194950878cfd259ab..b71d2ff3a5dfbd771b9c93687e726e2bcd12d7e8 100644
--- a/media/mp4/fourccs.h
+++ b/media/mp4/fourccs.h
@@ -19,6 +19,7 @@ enum FourCC {
FOURCC_CO64 = 0x636f3634,
FOURCC_CTTS = 0x63747473,
FOURCC_DINF = 0x64696e66,
+ FOURCC_EAC3 = 0x65632d33,
FOURCC_EDTS = 0x65647473,
FOURCC_ELST = 0x656c7374,
FOURCC_ENCA = 0x656e6361,

Powered by Google App Engine
This is Rietveld 408576698