Commit aece9888 authored by diego's avatar diego

#include stdint.h instead of inttypes.h like all libavutil headers do.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12433 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f7e440ff
......@@ -21,7 +21,7 @@
#ifndef FFMPEG_RC4_H
#define FFMPEG_RC4_H
#include <inttypes.h>
#include <stdint.h>
void ff_rc4_enc(const uint8_t *key, int keylen, uint8_t *data, int datalen);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment