avcodec/mlp_parser: export AVCodecContext frame_size

Signed-off-by: James Almer <jamrial@gmail.com>
pull/321/head^2
James Almer 6 years ago
parent 21d7eeafc1
commit c300fe13b6
  1. 1
      libavcodec/mlp_parser.c

@ -165,6 +165,7 @@ static int mlp_parse(AVCodecParserContext *s,
else
avctx->sample_fmt = AV_SAMPLE_FMT_S16;
avctx->sample_rate = mh.group1_samplerate;
avctx->frame_size =
s->duration = mh.access_unit_size;
if(!avctx->channels || !avctx->channel_layout) {

Loading…
Cancel
Save