Commit 16e54ac7 authored by Justin Ruggles's avatar Justin Ruggles

(e)ac3 parser: set duration instead of frame_size

parent c7f3f1c9
......@@ -93,7 +93,7 @@ get_next:
avctx->channels = s->channels;
avctx->channel_layout = s->channel_layout;
}
avctx->frame_size = s->samples;
s1->duration = s->samples;
avctx->audio_service_type = s->service_type;
}
......
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