]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/psxstr.c
avformat/http: Fix #ifdef FF_API_HTTP_USER_AGENT
[ffmpeg] / libavformat / psxstr.c
index 63598fe72b0d17b469e31db09a0f0fbf34947cf6..f7b9495bb9f48ca757f50310185bae6cddf00d00 100644 (file)
@@ -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);