Commit fc32e089 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/mlpdec: Insuffient typo

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 3f68948c
...@@ -1195,7 +1195,7 @@ static int read_access_unit(AVCodecContext *avctx, void* data, ...@@ -1195,7 +1195,7 @@ static int read_access_unit(AVCodecContext *avctx, void* data,
} }
if (length < header_size + substr_header_size) { 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; goto error;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment