diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-04-07 15:45:12 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-04-11 12:52:46 +0200 |
commit | fee093a5703e994169b04ffc99e6efa63d072b22 (patch) | |
tree | a9f9720ee6a526b99ba13a18463eb36e55d5ddcd /doc/encoders.texi | |
parent | 27a830c1d827b1bc61216000ec86eba0ca82e536 (diff) | |
download | ffmpeg-fee093a5703e994169b04ffc99e6efa63d072b22.tar.gz |
avcodec/ac3enc: Remove disabled code for RealAudio variant of AC-3
Implicitly disabled by 4679a474f06c229b10976d7f0b4eee0613c2715a.
Given that no one has ever complained about this, this commit
removes the now dead code.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r-- | doc/encoders.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index 8dd709186e..c08e40ee45 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -144,8 +144,7 @@ If this option is unspecified it is set to @samp{aac_low}. AC-3 audio encoders. -These encoders implement part of ATSC A/52:2010 and ETSI TS 102 366, as well as -the undocumented RealAudio 3 (a.k.a. dnet). +These encoders implement part of ATSC A/52:2010 and ETSI TS 102 366. The @var{ac3} encoder uses floating-point math, while the @var{ac3_fixed} encoder only uses fixed-point integer math. This does not mean that one is |