diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-10-09 04:19:13 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-10-09 04:19:13 +0200 |
commit | cf7b90dea21987254ad345db5adc1192e66009e4 (patch) | |
tree | d88320115a8d42f2f8e77059422b9c0eef302506 /libavformat/avformat.h | |
parent | f6777ce6fe7cefb027789c069ec14b394a874073 (diff) | |
download | ffmpeg-cf7b90dea21987254ad345db5adc1192e66009e4.tar.gz |
fix seperator typo
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 52b9dcc1d9..aae8375dc6 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -1715,7 +1715,7 @@ typedef struct AVFormatContext { int64_t probesize2; /** - * dump format seperator. + * dump format separator. * can be ", " or "\n " or anything else * Code outside libavformat should access this field using AVOptions * (NO direct access). |