diff options
author | James Zern <jzern@google.com> | 2020-07-01 19:53:54 -0700 |
---|---|---|
committer | James Zern <jzern@google.com> | 2020-07-08 10:12:27 -0700 |
commit | d294716c22c827d889dde235a8e9fcd4dd6466c9 (patch) | |
tree | 3ef8b015bec685836919fd6a004f8e9491b5f9e3 /doc | |
parent | f9277cd796575c075cbf7c5bacd1c25ab86f5758 (diff) | |
download | ffmpeg-d294716c22c827d889dde235a8e9fcd4dd6466c9.tar.gz |
avcodec/libaomenc: fix build w/libaom v1.0.0
broken since:
aa5c6f382b avcodec/libaomenc: Add command-line options to control the use of partition tools
Reviewed-by: James Almer <jamrial@gmail.com>
Signed-off-by: James Zern <jzern@google.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/encoders.texi | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index beaa72eeaf..5406d20c00 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -1599,34 +1599,34 @@ Enable the use of global motion for block prediction. Default is true. Enable block copy mode for intra block prediction. This mode is useful for screen content. Default is true. -@item enable-rect-partitions (@emph{boolean}) +@item enable-rect-partitions (@emph{boolean}) (Requires libaom >= v2.0.0) Enable rectangular partitions. Default is true. -@item enable-1to4-partitions (@emph{boolean}) +@item enable-1to4-partitions (@emph{boolean}) (Requires libaom >= v2.0.0) Enable 1:4/4:1 partitions. Default is true. -@item enable-ab-partitions (@emph{boolean}) +@item enable-ab-partitions (@emph{boolean}) (Requires libaom >= v2.0.0) Enable AB shape partitions. Default is true. -@item enable-angle-delta (@emph{boolean}) +@item enable-angle-delta (@emph{boolean}) (Requires libaom >= v2.0.0) Enable angle delta intra prediction. Default is true. -@item enable-cfl-intra (@emph{boolean}) +@item enable-cfl-intra (@emph{boolean}) (Requires libaom >= v2.0.0) Enable chroma predicted from luma intra prediction. Default is true. -@item enable-filter-intra (@emph{boolean}) +@item enable-filter-intra (@emph{boolean}) (Requires libaom >= v2.0.0) Enable filter intra predictor. Default is true. -@item enable-intra-edge-filter (@emph{boolean}) +@item enable-intra-edge-filter (@emph{boolean}) (Requires libaom >= v2.0.0) Enable intra edge filter. Default is true. -@item enable-smooth-intra (@emph{boolean}) +@item enable-smooth-intra (@emph{boolean}) (Requires libaom >= v2.0.0) Enable smooth intra prediction mode. Default is true. -@item enable-paeth-intra (@emph{boolean}) +@item enable-paeth-intra (@emph{boolean}) (Requires libaom >= v2.0.0) Enable paeth predictor in intra prediction. Default is true. -@item enable-palette (@emph{boolean}) +@item enable-palette (@emph{boolean}) (Requires libaom >= v2.0.0) Enable palette prediction mode. Default is true. @end table |