doc/encoders: mention valid values for compression_level when using FLAC encoder

Found-by: Miles
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2017-03-03 13:49:14 -03:00
parent a43389547c
commit 68ee800a9d

View File

@ -549,7 +549,8 @@ The following options are supported by FFmpeg's flac encoder.
@table @option @table @option
@item compression_level @item compression_level
Sets the compression level, which chooses defaults for many other options 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 @item frame_size
Sets the size of the frames in samples per channel. Sets the size of the frames in samples per channel.