[FFmpeg-devel] [PATCH] avformat: add a TTA Muxer

Nicolas George george at nsup.org
Sun Jul 31 19:36:00 EEST 2016


Le quartidi 14 thermidor, an CCXXIV, James Almer a écrit :
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
>  Changelog                   |   1 +
>  doc/general.texi            |   2 +-
>  libavformat/Makefile        |   1 +
>  libavformat/allformats.c    |   2 +-

>  libavformat/avio_internal.h |   2 +
>  libavformat/aviobuf.c       |   6 ++

Maybe put that part in a separate first patch?


> +unsigned long ff_crcEDB88320_update(unsigned long checksum, const uint8_t *buf,
> +                                    unsigned int len);

I know the surrounding code is already using it, but long is absolutely not
the correct type here.

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160731/76887ad4/attachment.sig>


More information about the ffmpeg-devel mailing list