From 3943f3a488eb857705bfe4dd17cf6c519be4e2fb Mon Sep 17 00:00:00 2001
From: Peter White <peter.white@posteo.net>
Date: Sun, 7 Aug 2016 19:21:49 +0200
Subject: [PATCH] libavcodec/libopusenc.c: patch channel_layouts back in
workaround for #5718
---
libavcodec/libopusenc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/libopusenc.c b/libavcodec/libopusenc.c
index c40fcde..fda2b43 100644
|
a
|
b
|
AVCodec ff_libopus_encoder = {
|
| 563 | 563 | .sample_fmts = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_S16, |
| 564 | 564 | AV_SAMPLE_FMT_FLT, |
| 565 | 565 | AV_SAMPLE_FMT_NONE }, |
| | 566 | .channel_layouts = ff_vorbis_channel_layouts, |
| 566 | 567 | .supported_samplerates = libopus_sample_rates, |
| 567 | 568 | .priv_class = &libopus_class, |
| 568 | 569 | .defaults = libopus_defaults, |