Re: [FFmpeg-devel] [PATCH] avformat/flacdec: Implement decoding of 32-bit PCM

2022-07-11 Thread Martijn van Beurden
Op ma 20 jun. 2022 om 22:14 schreef Martijn van Beurden : > Recently libFLAC gained the ability (not in any released version yet > though) to create FLAC files containing 32-bit int PCM samples. To > keep complexity reasonable, the choice was made to limit residuals > to 32-bit integers, which the

[FFmpeg-devel] [PATCH] avformat/flacdec: Implement decoding of 32-bit PCM

2022-06-20 Thread Martijn van Beurden
Recently libFLAC gained the ability (not in any released version yet though) to create FLAC files containing 32-bit int PCM samples. To keep complexity reasonable, the choice was made to limit residuals to 32-bit integers, which the encoder must make sure of. In case the encoder cannot find any pre