[Ffmpeg-cvslog] r7551 - trunk/libavutil/aes.h

Michael Niedermayer michaelni
Wed Jan 17 01:47:56 CET 2007


Hi

On Tue, Jan 16, 2007 at 09:29:25PM +0100, Aurelien Jacobs wrote:
> On Tue, 16 Jan 2007 20:14:27 +0100 (CET)
> michael <subversion at mplayerhq.hu> wrote:
> 
> > Author: michael
> > Date: Tue Jan 16 20:14:27 2007
> > New Revision: 7551
> > 
> > Modified:
> >    trunk/libavutil/aes.h
> > 
> > Log:
> > public API
> > 
> > 
> > Modified: trunk/libavutil/aes.h
> > ==============================================================================
> > --- trunk/libavutil/aes.h	(original)
> > +++ trunk/libavutil/aes.h	Tue Jan 16 20:14:27 2007
> > @@ -32,4 +32,14 @@
> >   */
> >  int av_aes_init(struct AVAES *a, uint8_t *key, int key_bits, int decrypt);
> >  
> > +/**
> > + * encrypts / decrypts.
> > + * @param count number of 16 byte blocks
> > + * @param dst destination array, can be equal to src
> > + * @param src source array, can be equal to dst
> > + * @param iv initalization vector for CBC mode, if NULL then ECB will be used
> > + * @param decrypt 0 for encryption, 1 for decryption
> > + */
> > +void aes_crypt(AVAES *a, uint8_t *dst, uint8_t *src, int count, uint8_t *iv, int decrypt);
> 
> Shouldn't it be av_aes_crypt to be consistent ?

yes, fixed

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

There will always be a question for which you do not know the correct awnser.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/attachments/20070117/9d3d2956/attachment.pgp>



More information about the ffmpeg-cvslog mailing list