We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11af7c1 commit d4f2d8fCopy full SHA for d4f2d8f
src/AvTranscoder/file/OutputFile.cpp
@@ -73,6 +73,7 @@ IOutputStream& OutputFile::addAudioStream( const AudioCodec& audioDesc )
73
74
stream.codec->sample_rate = audioDesc.getAVCodecContext().sample_rate;
75
stream.codec->channels = audioDesc.getAVCodecContext().channels;
76
+ stream.codec->channel_layout = audioDesc.getAVCodecContext().channel_layout;
77
stream.codec->sample_fmt = audioDesc.getAVCodecContext().sample_fmt;
78
stream.codec->frame_size = audioDesc.getAVCodecContext().frame_size;
79
0 commit comments