git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74383de
)
libavformat: Update the comment about AVOutputFormat flags
author
Martin Storsjö
<martin@martin.st>
Wed, 20 Apr 2016 10:38:35 +0000
(13:38 +0300)
committer
Martin Storsjö
<martin@martin.st>
Thu, 21 Apr 2016 08:20:46 +0000
(11:20 +0300)
Add a flag which applies here, which had been missed.
Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/avformat.h
patch
|
blob
|
history
diff --git
a/libavformat/avformat.h
b/libavformat/avformat.h
index
1a99948
..
43e2bbd
100644
(file)
--- 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;