1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00

doc/codecs: mention error returned for flag AV_CODEC_FLAG_DROPCHANGED

This commit is contained in:
Gyan Doshi 2019-04-21 10:07:17 +05:30
parent d8245cff16
commit 6e0488cac4

View File

@ -57,6 +57,7 @@ Set error[?] variables during encoding.
@item 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.
@item ildct
Use interlaced DCT.