mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
af_join: Set the output frame format
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user