Change #280898
| Category | ffmpeg |
| Changed by | Kacper Michajłow <kasper93@gmail.com> |
| Changed at | Sun 06 Sep 2026 00:48:24 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 2bdbf5c67e86fd482c2979e5df17154a68a81392 |
Comments
avcodec/dstdec: fix decoding of uncompressed frames The DSD payload of an uncompressed frame was copied packed into the output buffer, but the in-place DSD to PCM conversion expects the DSD bytes in every 4th byte, in the place of the float sample they produce. This was always broken, but I guess, the uncompressed DST is something that exists only on paper. Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
Changed files
- libavcodec/dstdec.c