[FFmpeg-cvslog] doc/encoders/libopenh264: update documentation after recent changes

Stefano Sabatini git at videolan.org
Wed Dec 16 11:07:23 CET 2015


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Mon Dec 14 19:07:47 2015 +0100| [5defa3a0b09c2cca6a7cdc84e8a0d971d87333a5] | committer: Stefano Sabatini

doc/encoders/libopenh264: update documentation after recent changes

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5defa3a0b09c2cca6a7cdc84e8a0d971d87333a5
---

 doc/encoders.texi |   10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/doc/encoders.texi b/doc/encoders.texi
index 0bac3a8..258852c 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -1423,7 +1423,9 @@ a fixed number of slices
 @item rowmb
 one slice per row of macroblocks
 @item auto
-automatic number of slices according to number of thread
+automatic number of slices according to number of threads
+ at item dyn
+dynamic slicing
 @end table
 
 Default value is @samp{auto}.
@@ -1435,6 +1437,12 @@ set a value of 0.
 @item profile
 Set profile restrictions. If set to the value of @samp{main} enable
 CABAC (set the @code{SEncParamExt.iEntropyCodingModeFlag} flag to 1).
+
+ at item max_nal_size
+Set maximum NAL size in bytes.
+
+ at item allow_skip_frames
+Allow skipping frames to hit the target bitrate if set to 1.
 @end table
 
 @section jpeg2000



More information about the ffmpeg-cvslog mailing list