]> git.sesse.net Git - ffmpeg/commitdiff
avcodec/mlpdec: Insuffient typo
authorMichael Niedermayer <michael@niedermayer.cc>
Sat, 23 Feb 2019 21:00:39 +0000 (22:00 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Sat, 23 Feb 2019 21:48:35 +0000 (22:48 +0100)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/mlpdec.c

index 8caa266b7e72325c9d549c657454b46925ad070e..3139a0172fa0f3c6465ab596daf7dc20d951ca4a 100644 (file)
@@ -1195,7 +1195,7 @@ static int read_access_unit(AVCodecContext *avctx, void* data,
         }
 
         if (length < header_size + substr_header_size) {
-            av_log(m->avctx, AV_LOG_ERROR, "Insuffient data for headers\n");
+            av_log(m->avctx, AV_LOG_ERROR, "Insufficient data for headers\n");
             goto error;
         }