diff options
author | James Zern <jzern@google.com> | 2012-06-12 21:39:25 -0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-06-13 11:33:00 +0200 |
commit | b9e5c5f17830701cbee14e941c88a0c64cc87106 (patch) | |
tree | aa4c95786c2770971fad5af960a8a6dfdd463e03 /doc | |
parent | dded4cb20b21d7c6fa0c96efa12f80aee9b463fb (diff) | |
download | ffmpeg-b9e5c5f17830701cbee14e941c88a0c64cc87106.tar.gz |
doc/encoders: update libvpxenc mappings
max-intra-rate / force_key_frames, forgotten in 695e85f, cb7f062.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/encoders.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index 65841eda7f..a7a2761f1d 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -511,6 +511,12 @@ rc_2pass_vbr_minsection_pct @item slices @code{VP8E_SET_TOKEN_PARTITIONS} +@item max-intra-rate +@code{VP8E_SET_MAX_INTRA_BITRATE_PCT} + +@item force_key_frames +@code{VPX_EFLAG_FORCE_KF} + @item Alternate reference frame related @table @option @item vp8flags altref |