Commit 32573a74 authored by Diego Biurrun's avatar Diego Biurrun

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

Originally committed as revision 12433 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent bfb80dbe
......@@ -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