(e)ac3 parser: set duration instead of frame_size

pull/3/merge
Justin Ruggles 13 years ago
parent c7f3f1c91e
commit 16e54ac725
  1. 2
      libavcodec/aac_ac3_parser.c

@ -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…
Cancel
Save