Re: [FFmpeg-devel] [PATCH 5/7] avcodec/dsddec: Fix decoding LSBF samples

2024-04-02 Thread Andreas Rheinhardt
Peter Ross: > On Tue, Apr 02, 2024 at 03:37:06AM +0200, Andreas Rheinhardt wrote: >> ff_dsd2pcm_translate() works internally by converting LSBF input >> to MSBF upon reading; its buffer is therefore always MSBF >> and should therefore be initialized with MSBF silence; >> but this is not true since

Re: [FFmpeg-devel] [PATCH 5/7] avcodec/dsddec: Fix decoding LSBF samples

2024-04-02 Thread Peter Ross
On Tue, Apr 02, 2024 at 03:37:06AM +0200, Andreas Rheinhardt wrote: > ff_dsd2pcm_translate() works internally by converting LSBF input > to MSBF upon reading; its buffer is therefore always MSBF > and should therefore be initialized with MSBF silence; > but this is not true since e3d8963c3cb5b8cd31