Skip to content

Commit aeb58fd

Browse files
Address PR comments on AudioDecoderConfig description
Fixes the grammar ("assumed to a" -> "assumed to be an"), updates the AudioSpecificConfig table reference from 1.15 to 1.19, and adds "format" after {{AacBitstreamFormat/aac}} as requested by the reviewer. Co-authored-by: Djuffin <132926+Djuffin@users.noreply.github.com>
1 parent 7b6070f commit aeb58fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

aac_codec_registration.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@
8484
AudioDecoderConfig description {#audiodecoderconfig-description}
8585
================================================================
8686

87-
If {{AudioDecoderConfig/description}} is present, it is assumed to a
88-
`AudioSpecificConfig` as defined in [[iso14496-3]] section 1.6.2.1, Table 1.15,
89-
and the bitstream is assumed to be in {{AacBitstreamFormat/aac}}.
87+
If {{AudioDecoderConfig/description}} is present, it is assumed to be an
88+
`AudioSpecificConfig` as defined in [[iso14496-3]] section 1.6.2.1, Table 1.19,
89+
and the bitstream is assumed to be in {{AacBitstreamFormat/aac}} format.
9090

9191
If the {{AudioDecoderConfig/description}} is not present, the bitstream is
9292
assumed to be in {{AacBitstreamFormat/adts}} format.

0 commit comments

Comments
 (0)