mirror of https://git.ffmpeg.org/ffmpeg.git
lavf/avformat.h: fix typos
This commit is contained in:
parent
290da7e754
commit
a535d3952c
|
@ -1252,14 +1252,14 @@ typedef struct AVFormatContext {
|
||||||
/**
|
/**
|
||||||
* Correct single timestamp overflows
|
* Correct single timestamp overflows
|
||||||
* - encoding: unused
|
* - encoding: unused
|
||||||
* - decoding: Set by user via AVOPtions (NO direct access)
|
* - decoding: Set by user via AVOptions (NO direct access)
|
||||||
*/
|
*/
|
||||||
unsigned int correct_ts_overflow;
|
unsigned int correct_ts_overflow;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Force seeking to any (also non key) frames.
|
* Force seeking to any (also non key) frames.
|
||||||
* - encoding: unused
|
* - encoding: unused
|
||||||
* - decoding: Set by user via AVOPtions (NO direct access)
|
* - decoding: Set by user via AVOptions (NO direct access)
|
||||||
*/
|
*/
|
||||||
int seek2any;
|
int seek2any;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue