Commit 7f386bbe authored by Jon Toohill's avatar Jon Toohill Committed by James Almer

ffmpeg: copy trailing_padding when using -acodec copy

Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 84aebfc7
......@@ -3000,6 +3000,7 @@ static int transcode_init(void)
enc_ctx->audio_service_type = dec_ctx->audio_service_type;
enc_ctx->block_align = dec_ctx->block_align;
enc_ctx->initial_padding = dec_ctx->delay;
enc_ctx->trailing_padding = dec_ctx->trailing_padding;
enc_ctx->profile = dec_ctx->profile;
#if FF_API_AUDIOENC_DELAY
enc_ctx->delay = dec_ctx->delay;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment