[FFmpeg-cvslog] doc/encoders: update libvpxenc mappings
James Zern
git at videolan.org
Wed Jun 13 11:58:04 CEST 2012
ffmpeg | branch: master | James Zern <jzern at google.com> | Tue Jun 12 21:39:25 2012 -0700| [b9e5c5f17830701cbee14e941c88a0c64cc87106] | committer: Michael Niedermayer
doc/encoders: update libvpxenc mappings
max-intra-rate / force_key_frames, forgotten in 695e85f, cb7f062.
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b9e5c5f17830701cbee14e941c88a0c64cc87106
---
doc/encoders.texi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/doc/encoders.texi b/doc/encoders.texi
index 65841ed..a7a2761 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}
+ at item max-intra-rate
+ at code{VP8E_SET_MAX_INTRA_BITRATE_PCT}
+
+ at item force_key_frames
+ at code{VPX_EFLAG_FORCE_KF}
+
@item Alternate reference frame related
@table @option
@item vp8flags altref
More information about the ffmpeg-cvslog
mailing list