Browse code

avcodec/mlpdec: Insuffient typo

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit fc32e08941ea2795a3096e7a4013843e9ebf5fe3)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

Michael Niedermayer authored on 2019/02/24 06:00:39
Showing 1 changed files
... ...
@@ -1190,7 +1190,7 @@ static int read_access_unit(AVCodecContext *avctx, void* data,
1190 1190
         }
1191 1191
 
1192 1192
         if (length < header_size + substr_header_size) {
1193
-            av_log(m->avctx, AV_LOG_ERROR, "Insuffient data for headers\n");
1193
+            av_log(m->avctx, AV_LOG_ERROR, "Insufficient data for headers\n");
1194 1194
             goto error;
1195 1195
         }
1196 1196