Browse Source

af_join: Set the output frame format

tags/n2.4
Luca Barbato 11 years ago
parent
commit
87efaa97ce
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavfilter/af_join.c

+ 1
- 0
libavfilter/af_join.c View File

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