[FFmpeg-cvslog] doc/codecs: Update documentation for flags/flags2
Jun Zhao
git at videolan.org
Sun Oct 6 12:34:24 EEST 2019
ffmpeg | branch: master | Jun Zhao <barryjzhao at tencent.com> | Fri Oct 4 20:43:27 2019 +0800| [a27c0781ddede0176063c43ec97ea4152ef4c8bc] | committer: Jun Zhao
doc/codecs: Update documentation for flags/flags2
Update documentation for flags/flags2
Signed-off-by: Jun Zhao <barryjzhao at tencent.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a27c0781ddede0176063c43ec97ea4152ef4c8bc
---
doc/codecs.texi | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/doc/codecs.texi b/doc/codecs.texi
index 0d0de94c54..15e55cca39 100644
--- a/doc/codecs.texi
+++ b/doc/codecs.texi
@@ -55,6 +55,7 @@ Do not draw edges.
@item psnr
Set error[?] variables during encoding.
@item truncated
+Input bitstream might be randomly truncated.
@item drop_changed
Don't output frames whose parameters differ from first decoded frame in stream.
Error AVERROR_INPUT_CHANGED is returned when a frame is dropped.
@@ -79,6 +80,8 @@ Deprecated, use mpegvideo private options instead.
Apply interlaced motion estimation.
@item cgop
Use closed gop.
+ at item output_corrupt
+Output even potentially corrupted frames.
@end table
@item me_method @var{integer} (@emph{encoding,video})
@@ -760,14 +763,12 @@ Set noise reduction.
Set number of bits which should be loaded into the rc buffer before
decoding starts.
- at item flags2 @var{flags} (@emph{decoding/encoding,audio,video})
+ at item flags2 @var{flags} (@emph{decoding/encoding,audio,video,subtitles})
Possible values:
@table @samp
@item fast
Allow non spec compliant speedup tricks.
- at item sgop
-Deprecated, use mpegvideo private options instead.
@item noout
Skip bitstream encoding.
@item ignorecrop
@@ -781,6 +782,10 @@ Show all frames before the first keyframe.
@item export_mvs
Export motion vectors into frame side-data (see @code{AV_FRAME_DATA_MOTION_VECTORS})
for codecs that support it. See also @file{doc/examples/export_mvs.c}.
+ at item skip_manual
+Do not skip samples and export skip information as frame side data.
+ at item ass_ro_flush_noop
+Do not reset ASS ReadOrder field on flush.
@end table
@item error @var{integer} (@emph{encoding,video})
More information about the ffmpeg-cvslog
mailing list