[FFmpeg-devel] [PATCH 01/10] crc: add AV_CRC_8_SBC as a 8 bits CRC with polynomial 0x1D
Aurelien Jacobs
aurel at gnuage.org
Sat Dec 23 19:54:58 EET 2017
On Thu, Dec 21, 2017 at 02:12:26AM +0100, Michael Niedermayer wrote:
> On Wed, Dec 20, 2017 at 08:58:05PM +0100, Aurelien Jacobs wrote:
> > ---
> > libavutil/crc.c | 26 ++++++++++++++++++++++++++
> > libavutil/crc.h | 1 +
> > libavutil/tests/crc.c | 7 ++++---
> > 3 files changed, 31 insertions(+), 3 deletions(-)
>
> This needs a update for
> tests/ref/fate/crc
Oh, indeed, fixed.
More information about the ffmpeg-devel
mailing list