Merge branch 'blender-v2.93-release'

This commit is contained in:
Sebastian Parborg 2021-05-07 16:53:24 +02:00
commit 36ffa5b915
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ static int write_audio_frame(FFMpegContext *context)
frame->pts = context->audio_time / av_q2d(c->time_base);
frame->nb_samples = context->audio_input_samples;
frame->format = c->sample_fmt;
frame->channels = c->channels;
# ifdef FFMPEG_HAVE_FRAME_CHANNEL_LAYOUT
frame->channel_layout = c->channel_layout;
# endif