[FFmpeg-cvslog] r10723 - in trunk/libavutil: Makefile rc4.c rc4.h
Aurelien Jacobs
aurel
Sun Oct 14 02:07:41 CEST 2007
On Sat, 13 Oct 2007 12:42:11 +0200 (CEST)
reimar <subversion at mplayerhq.hu> wrote:
> Author: reimar
> Date: Sat Oct 13 12:42:11 2007
> New Revision: 10723
>
> Log:
> Add RC4 encryption/decryption function
>
> [...]
>
> Added: trunk/libavutil/rc4.h
> ==============================================================================
> --- (empty file)
> +++ trunk/libavutil/rc4.h Sat Oct 13 12:42:11 2007
> @@ -0,0 +1 @@
> +void ff_rc4_enc(const uint8_t *key, int keylen, uint8_t *data, int datalen);
Multiple inclusion protection welcome.
Aurel
More information about the ffmpeg-cvslog
mailing list