From 5506c8d0f6450133d33e940fcdeaecc25564092a Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 16 Mar 2014 09:53:31 +0100 Subject: ad_lavc: remove deprecated downmixing by channel count Downmixing by channel layout now hopefully works with all supported libavcodec versions. --- audio/decode/ad_lavc.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'audio/decode/ad_lavc.c') diff --git a/audio/decode/ad_lavc.c b/audio/decode/ad_lavc.c index 0484fb9521..242b23b994 100644 --- a/audio/decode/ad_lavc.c +++ b/audio/decode/ad_lavc.c @@ -212,10 +212,6 @@ static int init(struct dec_audio *da, const char *decoder) if (opts->downmix) { lavc_context->request_channel_layout = mp_chmap_to_lavc(&mpopts->audio_output_channels); - // Compatibility for Libav 9 - av_opt_set_int(lavc_context, "request_channels", - mpopts->audio_output_channels.num, - AV_OPT_SEARCH_CHILDREN); } // Always try to set - option only exists for AC3 at the moment -- cgit v1.2.3