summaryrefslogtreecommitdiff
path: root/libavcodec/mlpdec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2019-02-23 22:00:39 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2019-02-23 22:48:35 +0100
commitfc32e08941ea2795a3096e7a4013843e9ebf5fe3 (patch)
treee612cfa4be96774d2404a66c30dc0a4e1f3bb49d /libavcodec/mlpdec.c
parent3f68948cb3036e239baa17d88b2f2ef1ecbb8f0c (diff)
avcodec/mlpdec: Insuffient typo
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/mlpdec.c')
-rw-r--r--libavcodec/mlpdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mlpdec.c b/libavcodec/mlpdec.c
index 8caa266b7e..3139a0172f 100644
--- a/libavcodec/mlpdec.c
+++ b/libavcodec/mlpdec.c
@@ -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;
}