diff options
author | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2015-06-13 21:34:40 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-06-18 22:09:01 +0200 |
commit | 265db4154097a754107dcc7dcd8e13a8bd755db1 (patch) | |
tree | e4f66edc822c826d36d3c81cbf5a771bc947d07b /doc/examples/transcoding.c | |
parent | ed5041143edb9742860250de9bddc384dbd827cf (diff) | |
download | ffmpeg-265db4154097a754107dcc7dcd8e13a8bd755db1.tar.gz |
doc: fix spelling errors
Neccessary -> Necessary
formated -> formatted
thee -> the
eventhough -> even though
seperately -> separately
Reviewed-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
(cherry picked from commit ed0b1db640110cccdbf0db1d882fb952cf3a130d)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/examples/transcoding.c')
-rw-r--r-- | doc/examples/transcoding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/transcoding.c b/doc/examples/transcoding.c index 2a8220eefa..980e1f101b 100644 --- a/doc/examples/transcoding.c +++ b/doc/examples/transcoding.c @@ -117,7 +117,7 @@ static int open_output_file(const char *filename) /* in this example, we choose transcoding to same codec */ encoder = avcodec_find_encoder(dec_ctx->codec_id); if (!encoder) { - av_log(NULL, AV_LOG_FATAL, "Neccessary encoder not found\n"); + av_log(NULL, AV_LOG_FATAL, "Necessary encoder not found\n"); return AVERROR_INVALIDDATA; } |