mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
af_join: Set the output frame format
This commit is contained in:
parent
fa14804c83
commit
87efaa97ce
@ -480,6 +480,7 @@ static int join_request_frame(AVFilterLink *outlink)
|
||||
frame->nb_samples = nb_samples;
|
||||
frame->channel_layout = outlink->channel_layout;
|
||||
frame->sample_rate = outlink->sample_rate;
|
||||
frame->format = outlink->format;
|
||||
frame->pts = s->input_frames[0]->pts;
|
||||
frame->linesize[0] = linesize;
|
||||
if (frame->data != frame->extended_data) {
|
||||
|
Loading…
Reference in New Issue
Block a user