]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/vqf.c
lavf/adxdec: Add Autodetection.
[ffmpeg] / libavformat / vqf.c
index a5443561683d2c1686f113c8c9b9cc4cb40bf801..3c897e1cc66930a0d3c70f1152102de6c0df2e3e 100644 (file)
@@ -211,7 +211,7 @@ static int vqf_read_header(AVFormatContext *s)
         size = 2048;
         break;
     default:
-        av_log(s, AV_LOG_ERROR, "Mode not suported: %d Hz, %"PRId64" kb/s.\n",
+        av_log(s, AV_LOG_ERROR, "Mode not supported: %d Hz, %"PRId64" kb/s.\n",
                st->codec->sample_rate, (int64_t)st->codec->bit_rate);
         return -1;
     }