(e)ac3 parser: set duration instead of frame_size

This commit is contained in:
Justin Ruggles 2012-01-12 20:59:43 -05:00
parent c7f3f1c91e
commit 16e54ac725
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}