Commit b3a4c7e0 authored by Justin Ruggles's avatar Justin Ruggles

mlp parser: set duration instead of frame_size

parent 2460b168
......@@ -311,7 +311,7 @@ static int mlp_parse(AVCodecParserContext *s,
else
avctx->sample_fmt = AV_SAMPLE_FMT_S16;
avctx->sample_rate = mh.group1_samplerate;
avctx->frame_size = mh.access_unit_size;
s->duration = mh.access_unit_size;
if (mh.stream_type == 0xbb) {
/* MLP stream */
......
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