Skip to content
Snippets Groups Projects
Commit 16e54ac7 authored by Justin Ruggles's avatar Justin Ruggles
Browse files

(e)ac3 parser: set duration instead of frame_size

parent c7f3f1c9
Branches
Tags
No related merge requests found
...@@ -93,7 +93,7 @@ get_next: ...@@ -93,7 +93,7 @@ get_next:
avctx->channels = s->channels; avctx->channels = s->channels;
avctx->channel_layout = s->channel_layout; avctx->channel_layout = s->channel_layout;
} }
avctx->frame_size = s->samples; s1->duration = s->samples;
avctx->audio_service_type = s->service_type; avctx->audio_service_type = s->service_type;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment