(e)ac3 parser: set duration instead of frame_size
This commit is contained in:
parent
c7f3f1c91e
commit
16e54ac725
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue