Commit a535d395 authored by Stefano Sabatini's avatar Stefano Sabatini

lavf/avformat.h: fix typos

parent 290da7e7
......@@ -1252,14 +1252,14 @@ typedef struct AVFormatContext {
/**
* Correct single timestamp overflows
* - 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;
/**
* Force seeking to any (also non key) frames.
* - encoding: unused
* - decoding: Set by user via AVOPtions (NO direct access)
* - decoding: Set by user via AVOptions (NO direct access)
*/
int seek2any;
......
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