summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-10-09 04:19:13 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-10-09 04:19:13 +0200
commitcf7b90dea21987254ad345db5adc1192e66009e4 (patch)
treed88320115a8d42f2f8e77059422b9c0eef302506 /libavcodec
parentf6777ce6fe7cefb027789c069ec14b394a874073 (diff)
fix seperator typo
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 15bd3ae030..a5a651a635 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -3081,7 +3081,7 @@ typedef struct AVCodecContext {
uint16_t *chroma_intra_matrix;
/**
- * dump format seperator.
+ * dump format separator.
* can be ", " or "\n " or anything else
* Code outside libavcodec should access this field using AVOptions
* (NO direct access).