diff options
author | James Almer <jamrial@gmail.com> | 2016-07-17 13:10:27 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2016-07-17 13:10:27 -0300 |
commit | d688f39dc4bccbc2af7fa5296330646f8a7a5fa4 (patch) | |
tree | eb77f7bd70c4b7016f56bec08a4dd9bf8264c6c6 /libavformat/psxstr.c | |
parent | f1eb6ddcb34f4d27d52d4a0a30269728612c41b0 (diff) | |
download | ffmpeg-d688f39dc4bccbc2af7fa5296330646f8a7a5fa4.tar.gz |
cosmetics: fix some misspelled words
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/psxstr.c')
-rw-r--r-- | libavformat/psxstr.c | 2 |
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); |