]> git.sesse.net Git - ffmpeg/commit
mpegaudiodec_template: add ability to check CRC
authorLynne <dev@lynne.ee>
Wed, 6 Mar 2019 17:04:04 +0000 (17:04 +0000)
committerLynne <dev@lynne.ee>
Tue, 26 May 2020 09:23:11 +0000 (10:23 +0100)
commite69f407b52110387800ee0531aa78e213b214150
tree7160f050b15527bafcfd570f0c5845ffe1ef3ffa
parent1cc8eecd3844ede71224edcbdd67ebca505146ba
mpegaudiodec_template: add ability to check CRC

A lot of files have CRC included.
The CRC only covers 34 bytes at most from the frame but it should still be
enough for some amount of error detection.
libavcodec/mpegaudiodec_template.c