mirror of https://github.com/FFmpeg/FFmpeg.git
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 e3d8963c3c
which this patch effectively reverts.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
release/7.1
parent
e81fa9f482
commit
6d38c260e5
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue