]> git.sesse.net Git - ffmpeg/blobdiff - doc/encoders.texi
avformat/soxenc: return more meaningful error code
[ffmpeg] / doc / encoders.texi
index 8df80c4861bb7b05216720a53ff56bce06a0e1e5..44b49ce4b592b9acbfe474bec4f48a1c870d0886 100644 (file)
@@ -1330,7 +1330,7 @@ ffmpeg -i INPUT -codec:v libtheora -b:v 1000k OUTPUT.ogg
 
 @section libvpx
 
-VP8 format supported through libvpx.
+VP8/VP9 format supported through libvpx.
 
 Requires the presence of the libvpx headers and library during configuration.
 You need to explicitly configure the build with @code{--enable-libvpx}.
@@ -1442,6 +1442,9 @@ g_lag_in_frames
 @item vp8flags error_resilient
 g_error_resilient
 
+@item aq_mode
+@code{VP9E_SET_AQ_MODE}
+
 @end table
 
 For more information about libvpx see: