Commit 75b90ef7 authored by Martin Storsjö's avatar Martin Storsjö

libavformat: Update the comment about AVOutputFormat flags

Add a flag which applies here, which had been missed.
Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 74383def
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment