]> git.sesse.net Git - ffmpeg/commit
apedec: add ability to check CRC
authorLynne <dev@lynne.ee>
Wed, 6 Mar 2019 11:01:01 +0000 (11:01 +0000)
committerLynne <dev@lynne.ee>
Tue, 26 May 2020 09:23:06 +0000 (10:23 +0100)
commit1cc8eecd3844ede71224edcbdd67ebca505146ba
tree2c7ff70ec60852b1d7c8a860102bd53d502c409b
parent731c77589841c02e014aa7f8285dcfc8b20f2ee5
apedec: add ability to check CRC

The CRC flag is only signalled once every few minutes but CRC is still
always present so the patch uses the file version instead.
CRC on 24-bit files wants non-padded samples so skip such files.
Some corrupt samples may have been output before the final check
depending on the -max_samples setting.
libavcodec/apedec.c