summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-03-18 23:44:51 +0100
committerStefano Sabatini <stefasab@gmail.com>2013-03-19 17:31:16 +0100
commit608bccf4705484a22cee64e4d6f362be1f6294b7 (patch)
tree138661af6f6d0006bd903378927d7abb3e4bd847 /libavformat/avformat.h
parentd23aefa4984dd79c3fac84ce160daf36b69bf3ea (diff)
lavf/avformat.h: fix a few typos in AVFormatContext:avoid_negative_ts doxy
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index dbb80a1ce3..4b8731cb86 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1167,11 +1167,11 @@ typedef struct AVFormatContext {
int use_wallclock_as_timestamps;
/**
- * Avoids 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
*/