Skip to content
Snippets Groups Projects
Commit 320ce9f2 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

avcodec/ac3enc_template: use the initial_padding field

parent da218959
Branches
Tags
No related merge requests found
......@@ -443,7 +443,7 @@ int AC3_NAME(encode_frame)(AVCodecContext *avctx, AVPacket *avpkt,
ff_ac3_output_frame(s, avpkt->data);
if (frame->pts != AV_NOPTS_VALUE)
avpkt->pts = frame->pts - ff_samples_to_time_base(avctx, avctx->delay);
avpkt->pts = frame->pts - ff_samples_to_time_base(avctx, avctx->initial_padding);
*got_packet_ptr = 1;
return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment