|
|
|
@ -21,10 +21,9 @@ |
|
|
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
#include "libavutil/intreadwrite.h" |
|
|
|
|
|
|
|
|
|
#include "avutil.h" |
|
|
|
|
#include "common.h" |
|
|
|
|
#include "intreadwrite.h" |
|
|
|
|
#include "xtea.h" |
|
|
|
|
|
|
|
|
|
void av_xtea_init(AVXTEA *ctx, const uint8_t key[16]) |
|
|
|
|