diff options
Diffstat (limited to 'media/mp4/es_descriptor.h')
-rw-r--r-- | media/mp4/es_descriptor.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media/mp4/es_descriptor.h b/media/mp4/es_descriptor.h index 36e1bf2..47ba06c 100644 --- a/media/mp4/es_descriptor.h +++ b/media/mp4/es_descriptor.h @@ -21,8 +21,7 @@ namespace mp4 { enum ObjectType { kForbidden = 0, kISO_14496_3 = 0x40, // MPEG4 AAC - kISO_13818_7_AAC_LC = 0x67, // MPEG2 AAC-LC - kEAC3 = 0xa6 // Dolby Digital Plus + kISO_13818_7_AAC_LC = 0x67 // MPEG2 AAC-LC }; // This class parse object type and decoder specific information from an |