Commit 608bccf4 authored by Stefano Sabatini's avatar Stefano Sabatini

lavf/avformat.h: fix a few typos in AVFormatContext:avoid_negative_ts doxy

parent d23aefa4
......@@ -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
*/
......
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