Skip to content

Commit 71f8e4a

Browse files
Implement PR feedback for Extended HE-AAC
- Adds "(xHE-AAC)" to the display name of mp4a.40.42 - Changes "shall" to "must" in EncodedAudioChunk data requirement Co-authored-by: Djuffin <132926+Djuffin@users.noreply.github.com>
1 parent aeb58fd commit 71f8e4a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aac_codec_registration.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
- `"mp4a.40.5"` — MPEG-4 HE-AAC v1 (AAC LC + SBR)
6767
- `"mp4a.40.05"` — MPEG-4 HE-AAC v1 (AAC LC + SBR), leading 0 for Aud-OTI compatibility
6868
- `"mp4a.40.29"` — MPEG-4 HE-AAC v2 (AAC LC + SBR + PS)
69-
- `"mp4a.40.42"` — Extended HE-AAC (MPEG-D USAC + MPEG-D DRC) as defined in [[iso23003-3]] and [[iso23003-4]]
69+
- `"mp4a.40.42"` — Extended HE-AAC (xHE-AAC) (MPEG-D USAC + MPEG-D DRC) as defined in [[iso23003-3]] and [[iso23003-4]]
7070
- `"mp4a.67"` — MPEG-2 AAC LC
7171

7272
EncodedAudioChunk data {#encodedaudiochunk-data}
@@ -79,7 +79,7 @@
7979
If the bitstream is in {{AacBitstreamFormat/aac}} format, the
8080
{{EncodedAudioChunk/[[internal data]]}} of {{EncodedAudioChunk}}s are expected
8181
to be a raw AAC frame (syntax element `raw_data_block()`), as described in
82-
section 4.4.2.1 of [[iso14496-3]]. Extended HE-AAC shall be in {{AacBitstreamFormat/aac}} format.
82+
section 4.4.2.1 of [[iso14496-3]]. Extended HE-AAC must be in {{AacBitstreamFormat/aac}} format.
8383

8484
AudioDecoderConfig description {#audiodecoderconfig-description}
8585
================================================================

0 commit comments

Comments
 (0)