Ticket #5718: libopus-5.1side.patch
| File libopus-5.1side.patch, 433 bytes (added by , 3 years ago) |
|---|
-
libavcodec/vorbis_data.c
diff --git a/libavcodec/vorbis_data.c b/libavcodec/vorbis_data.c index 1ebe146d8f..cb485d1eba 100644
a b const AVChannelLayout ff_vorbis_ch_layouts[9] = { 54 54 AV_CHANNEL_LAYOUT_SURROUND, 55 55 AV_CHANNEL_LAYOUT_QUAD, 56 56 AV_CHANNEL_LAYOUT_5POINT0_BACK, 57 AV_CHANNEL_LAYOUT_5POINT1, 57 58 AV_CHANNEL_LAYOUT_5POINT1_BACK, 58 59 { 59 60 .nb_channels = 7,
