From 2a850d79c8adee79262442ba95240e0d28513b81 Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Sun, 24 Nov 2024 14:21:28 +0100 Subject: [PATCH] mark old A_AAC CodecID's as deprecated --- codec_specs.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/codec_specs.md b/codec_specs.md index 252240667..9d4ca24a8 100644 --- a/codec_specs.md +++ b/codec_specs.md @@ -493,7 +493,7 @@ 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. +Description: This `CodecID` is deprecated and **SHOULD NOT** be used, `A_AAC` ((#a-aac)) **SHOULD** be used instead. 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. Initialization: none @@ -504,7 +504,7 @@ 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. +Description: This `CodecID` is deprecated and **SHOULD NOT** be used, `A_AAC` ((#a-aac)) **SHOULD** be used instead. 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. Initialization: none @@ -515,7 +515,7 @@ 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. +Description: This `CodecID` is deprecated and **SHOULD NOT** be used, `A_AAC` ((#a-aac)) **SHOULD** be used instead. 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. Initialization: none @@ -526,7 +526,7 @@ 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. +Description: This `CodecID` is deprecated and **SHOULD NOT** be used, `A_AAC` ((#a-aac)) **SHOULD** be used instead. 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. Initialization: none @@ -537,7 +537,7 @@ 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. +Description: This `CodecID` is deprecated and **SHOULD NOT** be used, `A_AAC` ((#a-aac)) **SHOULD** be used instead. 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. Initialization: none @@ -548,7 +548,7 @@ 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. +Description: This `CodecID` is deprecated and **SHOULD NOT** be used, `A_AAC` ((#a-aac)) **SHOULD** be used instead. 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. Initialization: none @@ -559,7 +559,7 @@ 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. +Description: This `CodecID` is deprecated and **SHOULD NOT** be used, `A_AAC` ((#a-aac)) **SHOULD** be used instead. 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. Initialization: none @@ -570,7 +570,7 @@ 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. +Description: This `CodecID` is deprecated and **SHOULD NOT** be used, `A_AAC` ((#a-aac)) **SHOULD** be used instead. 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. Initialization: none @@ -581,7 +581,7 @@ 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. +Description: This `CodecID` is deprecated and **SHOULD NOT** be used, `A_AAC` ((#a-aac)) **SHOULD** be used instead. 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. Initialization: none