[FFmpeg-devel] [PATCH V1] doc/codecs: Add missing documentation for nointra

Jun Zhao mypopydev at gmail.com
Sun Jul 14 10:32:59 EEST 2019


From: Jun Zhao <barryjzhao at tencent.com>

Add missing documentation for nointra.

Signed-off-by: Jun Zhao <barryjzhao at tencent.com>
---
 doc/codecs.texi |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/doc/codecs.texi b/doc/codecs.texi
index 6b72760..0d0de94 100644
--- a/doc/codecs.texi
+++ b/doc/codecs.texi
@@ -963,6 +963,9 @@ Discard all bidirectional frames.
 @item nokey
 Discard all frames excepts keyframes.
 
+ at item nointra
+Discard all frames except I frames.
+
 @item all
 Discard all frames.
 @end table
-- 
1.7.1



More information about the ffmpeg-devel mailing list