diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2019-04-14 22:12:25 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2019-04-20 10:38:01 +0530 |
commit | 3153a6502a28b20a0da822daf32bcd8f7c90d721 (patch) | |
tree | f3673539f54af82ab363d813eb42cd72048105e8 /doc/codecs.texi | |
parent | d93e44332f1bd2be90eb637268385a5acd8f6c10 (diff) | |
download | ffmpeg-3153a6502a28b20a0da822daf32bcd8f7c90d721.tar.gz |
avcodec: add AV_CODEC_FLAG_DROPCHANGED to flags
Discard decoded frames which differ from first decoded frame in stream.
Diffstat (limited to 'doc/codecs.texi')
-rw-r--r-- | doc/codecs.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/codecs.texi b/doc/codecs.texi index 572e561c1a..0baafee2e1 100644 --- a/doc/codecs.texi +++ b/doc/codecs.texi @@ -55,6 +55,8 @@ Do not draw edges. @item psnr Set error[?] variables during encoding. @item truncated +@item drop_changed +Don't output frames whose parameters differ from first decoded frame in stream. @item ildct Use interlaced DCT. |