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

Jun Zhao mypopydev at gmail.com
Mon Mar 25 10:39:05 EET 2019


From: Jun Zhao <barryjzhao at tencent.com>

AVFMT_NOTIMESTAMPS may be using AVInputFormat.flags for demuxing

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

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;
-- 
1.7.1



More information about the ffmpeg-devel mailing list