Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2014-12-01 01:59:22 +0300
committerMichael Niedermayer <michaelni@gmx.at>2014-12-01 02:31:06 +0300
commitb28652599d78ed47d830af422756ee0dae55c735 (patch)
tree19751820e53616c6083fef2de2d9df87b4faef8a /libavformat/avformat.h
parent8653419e9d16c9b1e4ecd4221543d919965258a1 (diff)
doc: fix spelling errors
succesfully => successfully, reproducable => reproducible, specifiying => specifying, isnt => isn't, seperated => separated Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 3d99f37476..2e54ed1f01 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1601,7 +1601,7 @@ typedef struct AVFormatContext {
int format_probesize;
/**
- * ',' seperated list of allowed decoders.
+ * ',' separated list of allowed decoders.
* If NULL then all are allowed
* - encoding: unused
* - decoding: set by user through AVOptions (NO direct access)
@@ -1609,7 +1609,7 @@ typedef struct AVFormatContext {
char *codec_whitelist;
/**
- * ',' seperated list of allowed demuxers.
+ * ',' separated list of allowed demuxers.
* If NULL then all are allowed
* - encoding: unused
* - decoding: set by user through AVOptions (NO direct access)