1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-08 13:22:53 +02:00

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

This commit is contained in:
Stefano Sabatini 2013-03-18 23:44:51 +01:00
parent d23aefa498
commit 608bccf470

View File

@ -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
*/