comparison des.h @ 405:bc871e7ac0dc libavutil

Add missing #includes to fix 'make checkheaders'.
author diego
date Sat, 24 Nov 2007 10:08:02 +0000
parents ba659469f48f
children 676e2c142383
comparison
equal deleted inserted replaced
404:f9a4c04ebb0e 405:bc871e7ac0dc
20 */ 20 */
21 21
22 #ifndef FFMPEG_DES_H 22 #ifndef FFMPEG_DES_H
23 #define FFMPEG_DES_H 23 #define FFMPEG_DES_H
24 24
25 #include <inttypes.h>
26
25 /** 27 /**
26 * \brief en- or decrypt an 64-bit block of data with DES 28 * \brief en- or decrypt an 64-bit block of data with DES
27 * \param in data to process. 29 * \param in data to process.
28 * \param key key to use for en-/decryption. 30 * \param key key to use for en-/decryption.
29 * \param decrypt if 0 encrypt, else decrypt. 31 * \param decrypt if 0 encrypt, else decrypt.