| Index: media/mp4/es_descriptor.h
|
| diff --git a/media/mp4/es_descriptor.h b/media/mp4/es_descriptor.h
|
| index daddbc0f0d5563c59017b3fd84464a4f8c4cd554..65b9cd27121a8ef9cd8a7fbe557a214aebacb07f 100644
|
| --- a/media/mp4/es_descriptor.h
|
| +++ b/media/mp4/es_descriptor.h
|
| @@ -20,7 +20,8 @@ namespace mp4 {
|
| // objectTypeIndication Values. Only values currently in use are included.
|
| enum ObjectType {
|
| kForbidden = 0,
|
| - kISO_14496_3 = 0x40 // MPEG4 AAC
|
| + kISO_14496_3 = 0x40, // MPEG4 AAC
|
| + kISO_13818_7_AAC_LC = 0x67 // MPEG2 AAC-LC
|
| };
|
|
|
| // This class parse object type and decoder specific information from an
|
|
|