summaryrefslogtreecommitdiff
path: root/doc/encoders.texi
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-03-03 13:49:14 -0300
committerJames Almer <jamrial@gmail.com>2017-03-03 13:49:26 -0300
commit68ee800a9dd9808d6b5c8b52963cd19cfdd4753e (patch)
tree01cbb4e970149943833887edb6b09aae76731e53 /doc/encoders.texi
parenta43389547c51b857451cd47d0a1484382c78af37 (diff)
doc/encoders: mention valid values for compression_level when using FLAC encoder
Found-by: Miles Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r--doc/encoders.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi
index 430f9f801e..594c612b5a 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -549,7 +549,8 @@ The following options are supported by FFmpeg's flac encoder.
@table @option
@item compression_level
Sets the compression level, which chooses defaults for many other options
-if they are not set explicitly.
+if they are not set explicitly. Valid values are from 0 to 12, 5 is the
+default.
@item frame_size
Sets the size of the frames in samples per channel.