diff options
author | Martin Storsjö <martin@martin.st> | 2016-04-20 13:38:35 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2016-04-21 11:20:46 +0300 |
commit | 75b90ef722b7cdfc70118ab987e298d087aae693 (patch) | |
tree | de8e920f5727e00ae0a4a142959fd7a916ac02b6 | |
parent | 74383def8f46805faf3391c98516b248108a9a6b (diff) | |
download | ffmpeg-75b90ef722b7cdfc70118ab987e298d087aae693.tar.gz |
libavformat: Update the comment about AVOutputFormat flags
Add a flag which applies here, which had been missed.
Signed-off-by: Martin Storsjö <martin@martin.st>
-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 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; |