diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2024-03-29 13:30:43 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2024-04-02 19:48:28 +0200 |
commit | b5488392f0a3562092efda430dc97531f542d0cb (patch) | |
tree | 0c1ad6665aa99786dc797c92be2b04c0a539fb02 | |
parent | 3e4f0b07de0a9bb48a1a179efbbe0a4d231e8262 (diff) | |
download | ffmpeg-b5488392f0a3562092efda430dc97531f542d0cb.tar.gz |
doc/muxers: add ilbc
-rw-r--r-- | doc/muxers.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index 450f72a73c..b8404c274c 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -2563,6 +2563,11 @@ If a BMP image is used, it must use the BITMAPINFOHEADER DIB header If a PNG image is used, it must use the rgba pixel format @end itemize +@section ilbc +Internet Low Bitrate Codec (iLBC) raw muxer. + +It accepts a single @samp{ilbc} audio stream. + @anchor{image2} @section image2 Image file muxer. |