diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2014-02-02 12:55:40 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2014-02-02 13:11:59 +0100 |
commit | a535d3952c66b93fc96752421da46ce2fd96158a (patch) | |
tree | e04a6e9b1c89b1bca56eca9f5ba73f8660de9286 | |
parent | 290da7e7546178fbba25743cf58e1a512a9507e6 (diff) | |
download | ffmpeg-a535d3952c66b93fc96752421da46ce2fd96158a.tar.gz |
lavf/avformat.h: fix typos
-rw-r--r-- | libavformat/avformat.h | 4 |
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; |