Commit a27c0781 authored by Jun Zhao's avatar Jun Zhao

doc/codecs: Update documentation for flags/flags2

Update documentation for flags/flags2
Signed-off-by: 's avatarJun Zhao <barryjzhao@tencent.com>
parent d9bb12ee
...@@ -55,6 +55,7 @@ Do not draw edges. ...@@ -55,6 +55,7 @@ Do not draw edges.
@item psnr @item psnr
Set error[?] variables during encoding. Set error[?] variables during encoding.
@item truncated @item truncated
Input bitstream might be randomly truncated.
@item drop_changed @item drop_changed
Don't output frames whose parameters differ from first decoded frame in stream. Don't output frames whose parameters differ from first decoded frame in stream.
Error AVERROR_INPUT_CHANGED is returned when a frame is dropped. Error AVERROR_INPUT_CHANGED is returned when a frame is dropped.
...@@ -79,6 +80,8 @@ Deprecated, use mpegvideo private options instead. ...@@ -79,6 +80,8 @@ Deprecated, use mpegvideo private options instead.
Apply interlaced motion estimation. Apply interlaced motion estimation.
@item cgop @item cgop
Use closed gop. Use closed gop.
@item output_corrupt
Output even potentially corrupted frames.
@end table @end table
@item me_method @var{integer} (@emph{encoding,video}) @item me_method @var{integer} (@emph{encoding,video})
...@@ -760,14 +763,12 @@ Set noise reduction. ...@@ -760,14 +763,12 @@ Set noise reduction.
Set number of bits which should be loaded into the rc buffer before Set number of bits which should be loaded into the rc buffer before
decoding starts. decoding starts.
@item flags2 @var{flags} (@emph{decoding/encoding,audio,video}) @item flags2 @var{flags} (@emph{decoding/encoding,audio,video,subtitles})
Possible values: Possible values:
@table @samp @table @samp
@item fast @item fast
Allow non spec compliant speedup tricks. Allow non spec compliant speedup tricks.
@item sgop
Deprecated, use mpegvideo private options instead.
@item noout @item noout
Skip bitstream encoding. Skip bitstream encoding.
@item ignorecrop @item ignorecrop
...@@ -781,6 +782,10 @@ Show all frames before the first keyframe. ...@@ -781,6 +782,10 @@ Show all frames before the first keyframe.
@item export_mvs @item export_mvs
Export motion vectors into frame side-data (see @code{AV_FRAME_DATA_MOTION_VECTORS}) 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}. for codecs that support it. See also @file{doc/examples/export_mvs.c}.
@item skip_manual
Do not skip samples and export skip information as frame side data.
@item ass_ro_flush_noop
Do not reset ASS ReadOrder field on flush.
@end table @end table
@item error @var{integer} (@emph{encoding,video}) @item error @var{integer} (@emph{encoding,video})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment