Commit 57787f5e authored by Paul B Mahol's avatar Paul B Mahol

avcodec/s302menc: comment out allowed channel layouts

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent b942845b
......@@ -180,9 +180,9 @@ AVCodec ff_s302m_encoder = {
AV_SAMPLE_FMT_NONE },
.capabilities = AV_CODEC_CAP_VARIABLE_FRAME_SIZE | AV_CODEC_CAP_EXPERIMENTAL,
.supported_samplerates = (const int[]) { 48000, 0 },
.channel_layouts = (const uint64_t[]) { AV_CH_LAYOUT_STEREO,
/* .channel_layouts = (const uint64_t[]) { AV_CH_LAYOUT_STEREO,
AV_CH_LAYOUT_QUAD,
AV_CH_LAYOUT_5POINT1_BACK,
AV_CH_LAYOUT_5POINT1_BACK | AV_CH_LAYOUT_STEREO_DOWNMIX,
0 },
0 }, */
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment