]> git.sesse.net Git - ffmpeg/commitdiff
doc/codecs: Add missing documentation for nointra
authorJun Zhao <barryjzhao@tencent.com>
Sun, 14 Jul 2019 07:02:11 +0000 (15:02 +0800)
committerJun Zhao <barryjzhao@tencent.com>
Mon, 15 Jul 2019 01:21:33 +0000 (09:21 +0800)
Add missing documentation for nointra.

Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
doc/codecs.texi

index 6b7276017f422284d92760d0abd5948cd4b79116..0d0de94c5491131af62384143e316ee4ae6f6d42 100644 (file)
@@ -963,6 +963,9 @@ Discard all bidirectional frames.
 @item nokey
 Discard all frames excepts keyframes.
 
+@item nointra
+Discard all frames except I frames.
+
 @item all
 Discard all frames.
 @end table