diff mbox

[FFmpeg-devel] avformat/avformat.h: Update the comment for AVInputFormat.flags

Message ID 1553503407-27808-1-git-send-email-mypopydev@gmail.com
State New
Headers show

Commit Message

Jun Zhao March 25, 2019, 8:43 a.m. UTC
From: Jun Zhao <barryjzhao@tencent.com>

AVFMT_NOTIMESTAMPS may be using AVInputFormat.flags for demuxing

Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
---
 libavformat/avformat.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Michael Niedermayer March 26, 2019, 12:37 p.m. UTC | #1
On Mon, Mar 25, 2019 at 04:43:27PM +0800, Jun Zhao wrote:
> From: Jun Zhao <barryjzhao@tencent.com>
> 
> AVFMT_NOTIMESTAMPS may be using AVInputFormat.flags for demuxing
> 
> Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
> ---
>  libavformat/avformat.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

LGTM

thx

[...]
diff mbox

Patch

diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 2907be5..a65c262 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -653,7 +653,7 @@  typedef struct AVInputFormat {
 
     /**
      * Can use flags: AVFMT_NOFILE, AVFMT_NEEDNUMBER, AVFMT_SHOW_IDS,
-     * AVFMT_GENERIC_INDEX, AVFMT_TS_DISCONT, AVFMT_NOBINSEARCH,
+     * AVFMT_NOTIMESTAMPS, AVFMT_GENERIC_INDEX, AVFMT_TS_DISCONT, AVFMT_NOBINSEARCH,
      * AVFMT_NOGENSEARCH, AVFMT_NO_BYTE_SEEK, AVFMT_SEEK_TO_PTS.
      */
     int flags;