[FFmpeg-cvslog] doc/muxers: add ac4

Stefano Sabatini git at videolan.org
Wed Jan 10 20:58:06 EET 2024


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sat Jan  6 19:17:18 2024 +0100| [bdb1738cda4b4085c08150327b68bd44057cb36f] | committer: Stefano Sabatini

doc/muxers: add ac4

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bdb1738cda4b4085c08150327b68bd44057cb36f
---

 doc/muxers.texi | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/doc/muxers.texi b/doc/muxers.texi
index 2b64fd1a77..5bfbc33ea9 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -501,6 +501,18 @@ A64 Commodore 64 video muxer.
 This muxer accepts a single @code{a64_multi} or @code{a64_multi5}
 codec video stream.
 
+ at section ac4
+Raw AC-4 audio muxer.
+
+This muxer accepts a single @code{ac4} audio stream.
+
+ at subsection Options
+ at table @option
+ at item write_crc @var{bool}
+when enabled, write a CRC checksum for each packet to the output,
+default is @code{false}
+ at end table
+
 @anchor{adts}
 @section adts
 



More information about the ffmpeg-cvslog mailing list