Index: media/mp4/es_descriptor.h |
diff --git a/media/mp4/es_descriptor.h b/media/mp4/es_descriptor.h |
index 65b9cd27121a8ef9cd8a7fbe557a214aebacb07f..e7664846fa295c3cab13a81ac9955a4d443d5142 100644 |
--- a/media/mp4/es_descriptor.h |
+++ b/media/mp4/es_descriptor.h |
@@ -21,7 +21,8 @@ namespace mp4 { |
enum ObjectType { |
kForbidden = 0, |
kISO_14496_3 = 0x40, // MPEG4 AAC |
- kISO_13818_7_AAC_LC = 0x67 // MPEG2 AAC-LC |
+ kISO_13818_7_AAC_LC = 0x67, // MPEG2 AAC-LC |
+ kEAC3 = 0xa6 // Dolby Digital Plus |
}; |
// This class parse object type and decoder specific information from an |