diff mbox

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

Message ID 1563089579-32263-1-git-send-email-mypopydev@gmail.com
State Accepted
Commit af5f770113212b2893e897a04b007c1e1428bb26
Headers show

Commit Message

Jun Zhao July 14, 2019, 7:32 a.m. UTC
From: Jun Zhao <barryjzhao@tencent.com>

Add missing documentation for nointra.

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

Comments

Michael Niedermayer July 14, 2019, 6:58 p.m. UTC | #1
On Sun, Jul 14, 2019 at 03:32:59PM +0800, Jun Zhao wrote:
> From: Jun Zhao <barryjzhao@tencent.com>
> 
> Add missing documentation for nointra.

LGTM

thx

[...]
Jun Zhao July 15, 2019, 1:23 a.m. UTC | #2
On Mon, Jul 15, 2019 at 2:58 AM Michael Niedermayer
<michael@niedermayer.cc> wrote:
>
> On Sun, Jul 14, 2019 at 03:32:59PM +0800, Jun Zhao wrote:
> > From: Jun Zhao <barryjzhao@tencent.com>
> >
> > Add missing documentation for nointra.
>
> LGTM
>
> thx
Applied, Thanks
diff mbox

Patch

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