[FFmpeg-cvslog] r23908 - trunk/libavutil/aes.h

mru subversion
Wed Jun 30 22:09:44 CEST 2010


Author: mru
Date: Wed Jun 30 22:09:44 2010
New Revision: 23908

Log:
aes: improve av_aes_crypt() documentation

Modified:
   trunk/libavutil/aes.h

Modified: trunk/libavutil/aes.h
==============================================================================
--- trunk/libavutil/aes.h	Wed Jun 30 22:09:40 2010	(r23907)
+++ trunk/libavutil/aes.h	Wed Jun 30 22:09:44 2010	(r23908)
@@ -35,7 +35,7 @@ struct AVAES;
 int av_aes_init(struct AVAES *a, const uint8_t *key, int key_bits, int decrypt);
 
 /**
- * Encrypt / decrypt.
+ * Encrypt or decrypt a buffer using a previously initialized context.
  * @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



More information about the ffmpeg-cvslog mailing list