From: Martin Storsjö Date: Wed, 20 Apr 2016 10:38:35 +0000 (+0300) Subject: libavformat: Update the comment about AVOutputFormat flags X-Git-Tag: n3.1~37^2~115 X-Git-Url: https://git.videolan.org/gitweb.cgi/ffmpeg.git/?p=ffmpeg.git;p=ffmpeg.git;a=commitdiff_plain;h=75b90ef722b7cdfc70118ab987e298d087aae693;ds=inline libavformat: Update the comment about AVOutputFormat flags Add a flag which applies here, which had been missed. Signed-off-by: Martin Storsjö --- diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 1a99948bc5..43e2bbd16b 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;