summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2014-02-02 12:55:40 +0100
committerStefano Sabatini <stefasab@gmail.com>2014-02-02 13:11:59 +0100
commita535d3952c66b93fc96752421da46ce2fd96158a (patch)
treee04a6e9b1c89b1bca56eca9f5ba73f8660de9286 /libavformat/avformat.h
parent290da7e7546178fbba25743cf58e1a512a9507e6 (diff)
lavf/avformat.h: fix typos
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 002b015255..76b0652cec 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -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;