[FFmpeg-cvslog] libavformat: Update the comment about AVOutputFormat flags

Martin Storsjö git at videolan.org
Thu May 12 15:28:35 CEST 2016


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Wed Apr 20 13:38:35 2016 +0300| [75b90ef722b7cdfc70118ab987e298d087aae693] | committer: Martin Storsjö

libavformat: Update the comment about AVOutputFormat flags

Add a flag which applies here, which had been missed.

Signed-off-by: Martin Storsjö <martin at martin.st>

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

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

diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 1a99948..43e2bbd 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -458,7 +458,7 @@ typedef struct AVOutputFormat {
      * can use flags: AVFMT_NOFILE, AVFMT_NEEDNUMBER,
      * AVFMT_GLOBALHEADER, AVFMT_NOTIMESTAMPS, AVFMT_VARIABLE_FPS,
      * AVFMT_NODIMENSIONS, AVFMT_NOSTREAMS, AVFMT_ALLOW_FLUSH,
-     * AVFMT_TS_NONSTRICT
+     * AVFMT_TS_NONSTRICT, AVFMT_TS_NEGATIVE
      */
     int flags;
 



More information about the ffmpeg-cvslog mailing list