diff mbox series

[FFmpeg-devel] doc/encoders: add an entry for the frame_length option from libfdk-aac

Message ID 20230331115412.667-1-jamrial@gmail.com
State Accepted
Commit 113f684271ff437c496aa3a59277a76908c0a0ae
Headers show
Series [FFmpeg-devel] doc/encoders: add an entry for the frame_length option from libfdk-aac | expand

Checks

Context Check Description
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

James Almer March 31, 2023, 11:54 a.m. UTC
Signed-off-by: James Almer <jamrial@gmail.com>
---
 doc/encoders.texi | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Martin Storsjö March 31, 2023, 12:29 p.m. UTC | #1
On Fri, 31 Mar 2023, James Almer wrote:

> Signed-off-by: James Almer <jamrial@gmail.com>
> ---
> doc/encoders.texi | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/doc/encoders.texi b/doc/encoders.texi
> index af3bd43cbe..3cb6fc1ce7 100644
> --- a/doc/encoders.texi
> +++ b/doc/encoders.texi
> @@ -789,6 +789,11 @@ about 80-96 kbps/channel
> @end table
>
> Default value is 0.
> +
> +@item frame_length
> +Set the audio frame length in samples. Default value is the internal
> +default of the library. Refer to the library's documentation for information
> +about supported values.
> @end table
>
> @subsection Examples
> -- 
> 2.40.0

LGTM, thanks!

// Martin
diff mbox series

Patch

diff --git a/doc/encoders.texi b/doc/encoders.texi
index af3bd43cbe..3cb6fc1ce7 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -789,6 +789,11 @@  about 80-96 kbps/channel
 @end table
 
 Default value is 0.
+
+@item frame_length
+Set the audio frame length in samples. Default value is the internal
+default of the library. Refer to the library's documentation for information
+about supported values.
 @end table
 
 @subsection Examples