1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-04 06:08:26 +02:00

doc/codecs: Add missing documentation for nointra

Add missing documentation for nointra.

Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
This commit is contained in:
Jun Zhao 2019-07-14 15:02:11 +08:00
parent 39a6a79bcb
commit af5f770113

View File

@ -963,6 +963,9 @@ Discard all bidirectional frames.
@item nokey @item nokey
Discard all frames excepts keyframes. Discard all frames excepts keyframes.
@item nointra
Discard all frames except I frames.
@item all @item all
Discard all frames. Discard all frames.
@end table @end table