DRC in DTS decoder

VLC now uses avcodec to decode DTS, which doesn't have a Dynamic Range Compression setting.

On the other hand, the decoder which was previously used by default can do DRC (via DCA setting in Input audio codecs preferences).

I see that as a regression.

If you keep using avcodec by default, could the libdca DRC feature be implemented in avcodec DTS decoder?

A ticket is opened on ffmpeg https://trac.ffmpeg.org/ticket/6803

Edited by Jean-Baptiste Kempf