From: Jun Zhao <[email protected]> Add missing documentation for nointra.
Signed-off-by: Jun Zhao <[email protected]> --- 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. +@item nointra +Discard all frames except I frames. + @item all Discard all frames. @end table -- 1.7.1 _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
