Re: [FFmpeg-devel] [PATCH 1/3] apedec: add ability to check CRC

2020-05-23 Thread Lynne
May 22, 2020, 23:50 by ceffm...@gmail.com: > Am Sa., 23. Mai 2020 um 00:43 Uhr schrieb Lynne : > >> >> Posting this again. >> >> 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

[FFmpeg-devel] [PATCH 1/3] apedec: add ability to check CRC

2020-05-22 Thread Lynne
Posting this again. 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

Re: [FFmpeg-devel] [PATCH 1/3] apedec: add ability to check CRC

2020-05-22 Thread Carl Eugen Hoyos
Am Sa., 23. Mai 2020 um 00:43 Uhr schrieb Lynne : > > Posting this again. > > 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. Should a warning be

Re: [FFmpeg-devel] [PATCH 1/3] apedec: add ability to check CRC

2020-05-22 Thread Lynne
May 22, 2020, 23:42 by d...@lynne.ee: > Posting this again. > > 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