diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2019-04-21 10:07:17 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2019-04-21 10:07:17 +0530 |
commit | 6e0488cac43130124e17722c589f1b5c9f4fe3f6 (patch) | |
tree | 15787e1ca6c51e5739d65beefa9b635c93adf5bc | |
parent | d8245cff167f4e18079770bfb96b66cc6f4fd757 (diff) | |
download | ffmpeg-6e0488cac43130124e17722c589f1b5c9f4fe3f6.tar.gz |
doc/codecs: mention error returned for flag AV_CODEC_FLAG_DROPCHANGED
-rw-r--r-- | doc/codecs.texi | 1 |
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. |