summaryrefslogtreecommitdiff
path: root/doc/codecs.texi
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2019-04-21 10:07:17 +0530
committerGyan Doshi <ffmpeg@gyani.pro>2019-04-21 10:07:17 +0530
commit6e0488cac43130124e17722c589f1b5c9f4fe3f6 (patch)
tree15787e1ca6c51e5739d65beefa9b635c93adf5bc /doc/codecs.texi
parentd8245cff167f4e18079770bfb96b66cc6f4fd757 (diff)
doc/codecs: mention error returned for flag AV_CODEC_FLAG_DROPCHANGED
Diffstat (limited to 'doc/codecs.texi')
-rw-r--r--doc/codecs.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/codecs.texi b/doc/codecs.texi
index 0baafee2e1..6b7276017f 100644
--- a/doc/codecs.texi
+++ b/doc/codecs.texi
@@ -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.