Browse Source

avcodec/s302menc: comment out allowed channel layouts

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n3.0
Paul B Mahol 10 years ago
parent
commit
57787f5ef8
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavcodec/s302menc.c

+ 2
- 2
libavcodec/s302menc.c View File

@@ -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 }, */
};

Loading…
Cancel
Save