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

Jun Zhao git at videolan.org
Tue Mar 26 15:02:13 EET 2019


ffmpeg | branch: master | Jun Zhao <barryjzhao at tencent.com> | Mon Mar 25 16:28:41 2019 +0800| [e9c9514ce37ce21a91b2a67cecd1457b11c0f21c] | committer: Jun Zhao

avformat/avformat.h: Update the comment for AVInputFormat.flags

AVFMT_NOTIMESTAMPS may be using in AVInputFormat.flags for demuxing

Reviewed-by: Michael Niedermayer <michael at niedermayer.cc>
Signed-off-by: Jun Zhao <barryjzhao at tencent.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e9c9514ce37ce21a91b2a67cecd1457b11c0f21c
---

 libavformat/avformat.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;



More information about the ffmpeg-cvslog mailing list