projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
d23aefa
)
lavf/avformat.h: fix a few typos in AVFormatContext:avoid_negative_ts doxy
author
Stefano Sabatini
<stefasab@gmail.com>
Mon, 18 Mar 2013 22:44:51 +0000
(23:44 +0100)
committer
Stefano Sabatini
<stefasab@gmail.com>
Tue, 19 Mar 2013 16:31:16 +0000
(17:31 +0100)
libavformat/avformat.h
patch
|
blob
|
history
diff --git
a/libavformat/avformat.h
b/libavformat/avformat.h
index
dbb80a1
..
4b8731c
100644
(file)
--- a/
libavformat/avformat.h
+++ b/
libavformat/avformat.h
@@
-1167,11
+1167,11
@@
typedef struct AVFormatContext {
int use_wallclock_as_timestamps;
/**
- * Avoid
s negative timestamps during muxing
+ * Avoid
negative timestamps during muxing.
* 0 -> allow negative timestamps
* 1 -> avoid negative timestamps
* -1 -> choose automatically (default)
- * Note, this
is only works when interleave_packet_per_dts is in use
+ * Note, this
only works when interleave_packet_per_dts is in use.
* - encoding: Set by user via AVOptions (NO direct access)
* - decoding: unused
*/