diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-10-04 11:20:02 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-10-04 11:20:02 +0000 |
commit | 95137bbbb472d1c0abf1181cbdfdc6eda4341c20 (patch) | |
tree | 6841cd95eb758d5707e5b77dd89ba801203a255c /libavformat/internal.h | |
parent | 9971331dfb6f4ef499b17f156bc0befc98b504b1 (diff) | |
download | ffmpeg-95137bbbb472d1c0abf1181cbdfdc6eda4341c20.tar.gz |
Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail com.
Originally committed as revision 15552 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/internal.h')
-rw-r--r-- | libavformat/internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/internal.h b/libavformat/internal.h index 4397b53260..a96f365e34 100644 --- a/libavformat/internal.h +++ b/libavformat/internal.h @@ -21,6 +21,8 @@ #ifndef AVFORMAT_INTERNAL_H #define AVFORMAT_INTERNAL_H +#include <stdint.h> + char *ff_data_to_hex(char *buf, const uint8_t *src, int size); #endif /* AVFORMAT_INTERNAL_H */ |