From a535d3952c66b93fc96752421da46ce2fd96158a Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sun, 2 Feb 2014 12:55:40 +0100 Subject: lavf/avformat.h: fix typos --- libavformat/avformat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavformat/avformat.h') 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; -- cgit v1.2.3