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:
authorJames Almer <jamrial@gmail.com>2016-07-17 19:10:27 +0300
committerJames Almer <jamrial@gmail.com>2016-07-17 19:10:27 +0300
commitd688f39dc4bccbc2af7fa5296330646f8a7a5fa4 (patch)
treeeb77f7bd70c4b7016f56bec08a4dd9bf8264c6c6 /libavformat/psxstr.c
parentf1eb6ddcb34f4d27d52d4a0a30269728612c41b0 (diff)
cosmetics: fix some misspelled words
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/psxstr.c')
-rw-r--r--libavformat/psxstr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/psxstr.c b/libavformat/psxstr.c
index 63598fe72b..f7b9495bb9 100644
--- a/libavformat/psxstr.c
+++ b/libavformat/psxstr.c
@@ -211,7 +211,7 @@ static int str_read_packet(AVFormatContext *s,
if(pkt->size != sector_count*VIDEO_DATA_CHUNK_SIZE){
if(pkt->data)
- av_log(s, AV_LOG_ERROR, "missmatching sector_count\n");
+ av_log(s, AV_LOG_ERROR, "mismatching sector_count\n");
av_packet_unref(pkt);
if (av_new_packet(pkt, sector_count*VIDEO_DATA_CHUNK_SIZE))
return AVERROR(EIO);