[FFmpeg-devel] [PATCH] lavf/avformat.h: fix a few typos in AVFormatContext:avoid_negative_ts doxy
Stefano Sabatini
stefasab at gmail.com
Mon Mar 18 23:57:00 CET 2013
---
libavformat/avformat.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index dbb80a1..4b8731c 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
*/
--
1.7.9.5
More information about the ffmpeg-devel
mailing list