mpv/audio/decode
wm4 b170248389 ad_lavc: work around deprecation warning
request_channels has been deprecated for years (request_channel_layout
is the replacement), but it appears it's still needed despite the
deprecation at least on older libavcodec versions.

So still set request_channels, but to it with the avoption API, which
hides the deprecation warning. This should also prevent mpv getting
trashed when libavcodec happens to bump its major version.
2013-12-18 17:12:49 +01:00
..
ad.h Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
ad_lavc.c ad_lavc: work around deprecation warning 2013-12-18 17:12:49 +01:00
ad_mpg123.c Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
ad_spdif.c Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
dec_audio.c Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
dec_audio.h cosmetics: rename video/audio reset functions 2013-11-27 21:14:39 +01:00