diff options
author | Jun Zhao | 2019-03-25 16:28:41 +0800 |
---|---|---|
committer | Jun Zhao | 2019-03-26 20:58:19 +0800 |
commit | e9c9514ce37ce21a91b2a67cecd1457b11c0f21c (patch) | |
tree | 4f3da8323aea545c2fa152710d69542379e57709 /libavformat/avformat.h | |
parent | 6e42021128982c9b4bc1f698a326a7f8361d67a0 (diff) |
avformat/avformat.h: Update the comment for AVInputFormat.flags
AVFMT_NOTIMESTAMPS may be using in AVInputFormat.flags for demuxing
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index e1b9b114c9..734ae54cac 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; |