Commit cf7b90de authored by Michael Niedermayer's avatar Michael Niedermayer

fix seperator typo

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent f6777ce6
...@@ -3081,7 +3081,7 @@ typedef struct AVCodecContext { ...@@ -3081,7 +3081,7 @@ typedef struct AVCodecContext {
uint16_t *chroma_intra_matrix; uint16_t *chroma_intra_matrix;
/** /**
* dump format seperator. * dump format separator.
* can be ", " or "\n " or anything else * can be ", " or "\n " or anything else
* Code outside libavcodec should access this field using AVOptions * Code outside libavcodec should access this field using AVOptions
* (NO direct access). * (NO direct access).
......
...@@ -1715,7 +1715,7 @@ typedef struct AVFormatContext { ...@@ -1715,7 +1715,7 @@ typedef struct AVFormatContext {
int64_t probesize2; int64_t probesize2;
/** /**
* dump format seperator. * dump format separator.
* can be ", " or "\n " or anything else * can be ", " or "\n " or anything else
* Code outside libavformat should access this field using AVOptions * Code outside libavformat should access this field using AVOptions
* (NO direct access). * (NO direct access).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment