ffmpeg | branch: master | Paul B Mahol <one...@gmail.com> | Wed Dec 23 12:46:23 2015 +0100| [57787f5ef8235f77ec9c76c064b378631168c066] | committer: Paul B Mahol
avcodec/s302menc: comment out allowed channel layouts Signed-off-by: Paul B Mahol <one...@gmail.com> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=57787f5ef8235f77ec9c76c064b378631168c066 --- libavcodec/s302menc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/s302menc.c b/libavcodec/s302menc.c index c703e9a..b04a54e 100644 --- a/libavcodec/s302menc.c +++ b/libavcodec/s302menc.c @@ -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 }, */ }; _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog