Skip to content

Commit

Permalink
fix grammar of deprecated AAC Codec IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
robUx4 committed Nov 24, 2024
1 parent 39da8ee commit 41803a2
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions codec_specs.md
Original file line number Diff line number Diff line change
Expand Up @@ -488,8 +488,8 @@ Codec ID: A_AAC/MPEG2/LC

Codec Name: Low Complexity

Description: Channel number and sample rate have to be read from the corresponding audio element. Audio stream is stripped
from ADTS headers and normal Matroska frame based muxing scheme is applied.
Description: Channel number and sample rate have to be read from the corresponding audio element.
The audio stream is stripped from ADTS headers and normal Matroska frame based muxing scheme is applied.
AAC audio always uses wFormatTag 0xFF.

Initialization: none
Expand All @@ -500,8 +500,8 @@ Codec ID: A_AAC/MPEG2/LC/SBR

Codec Name: Low Complexity with Spectral Band Replication

Description: Channel number and sample rate have to be read from the corresponding audio element. Audio stream is stripped
from ADTS headers and normal Matroska frame based muxing scheme is applied.
Description: Channel number and sample rate have to be read from the corresponding audio element.
The audio stream is stripped from ADTS headers and normal Matroska frame based muxing scheme is applied.
AAC audio always uses wFormatTag 0xFF.

Initialization: none
Expand All @@ -512,8 +512,8 @@ Codec ID: A_AAC/MPEG2/MAIN

Codec Name: MPEG2 Main Profile

Description: Channel number and sample rate have to be read from the corresponding audio element. Audio stream is stripped
from ADTS headers and normal Matroska frame based muxing scheme is applied.
Description: Channel number and sample rate have to be read from the corresponding audio element.
The audio stream is stripped from ADTS headers and normal Matroska frame based muxing scheme is applied.
AAC audio always uses wFormatTag 0xFF.

Initialization: none
Expand All @@ -524,8 +524,8 @@ Codec ID: A_AAC/MPEG2/SSR

Codec Name: Scalable Sampling Rate

Description: Channel number and sample rate have to be read from the corresponding audio element. Audio stream is stripped
from ADTS headers and normal Matroska frame based muxing scheme is applied.
Description: Channel number and sample rate have to be read from the corresponding audio element.
The audio stream is stripped from ADTS headers and normal Matroska frame based muxing scheme is applied.
AAC audio always uses wFormatTag 0xFF.

Initialization: none
Expand All @@ -536,8 +536,8 @@ Codec ID: A_AAC/MPEG4/LC

Codec Name: Low Complexity

Description: Channel number and sample rate have to be read from the corresponding audio element. Audio stream is stripped
from ADTS headers and normal Matroska frame based muxing scheme is applied.
Description: Channel number and sample rate have to be read from the corresponding audio element.
The audio stream is stripped from ADTS headers and normal Matroska frame based muxing scheme is applied.
AAC audio always uses wFormatTag 0xFF.

Initialization: none
Expand All @@ -548,8 +548,8 @@ Codec ID: A_AAC/MPEG4/LC/SBR

Codec Name: Low Complexity with Spectral Band Replication

Description: Channel number and sample rate have to be read from the corresponding audio element. Audio stream is stripped
from ADTS headers and normal Matroska frame based muxing scheme is applied.
Description: Channel number and sample rate have to be read from the corresponding audio element.
The audio stream is stripped from ADTS headers and normal Matroska frame based muxing scheme is applied.
AAC audio always uses wFormatTag 0xFF.

Initialization: none
Expand All @@ -560,8 +560,8 @@ Codec ID: A_AAC/MPEG4/LTP

Codec Name: Long Term Prediction

Description: Channel number and sample rate have to be read from the corresponding audio element. Audio stream is stripped
from ADTS headers and normal Matroska frame based muxing scheme is applied.
Description: Channel number and sample rate have to be read from the corresponding audio element.
The audio stream is stripped from ADTS headers and normal Matroska frame based muxing scheme is applied.
AAC audio always uses wFormatTag 0xFF.

Initialization: none
Expand All @@ -572,8 +572,8 @@ Codec ID: A_AAC/MPEG4/MAIN

Codec Name: MPEG4 Main Profile

Description: Channel number and sample rate have to be read from the corresponding audio element. Audio stream is stripped
from ADTS headers and normal Matroska frame based muxing scheme is applied.
Description: Channel number and sample rate have to be read from the corresponding audio element.
The audio stream is stripped from ADTS headers and normal Matroska frame based muxing scheme is applied.
AAC audio always uses wFormatTag 0xFF.

Initialization: none
Expand All @@ -584,8 +584,8 @@ Codec ID: A_AAC/MPEG4/SSR

Codec Name: Scalable Sampling Rate

Description: Channel number and sample rate have to be read from the corresponding audio element. Audio stream is stripped
from ADTS headers and normal Matroska frame based muxing scheme is applied.
Description: Channel number and sample rate have to be read from the corresponding audio element.
The audio stream is stripped from ADTS headers and normal Matroska frame based muxing scheme is applied.
AAC audio always uses wFormatTag 0xFF.

Initialization: none
Expand Down

0 comments on commit 41803a2

Please sign in to comment.