avcodec/mlpdec: Insuffient typo

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
pull/325/head
Michael Niedermayer 6 years ago
parent 3f68948cb3
commit fc32e08941
  1. 2
      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;
}

Loading…
Cancel
Save