summaryrefslogtreecommitdiff
path: root/miavd/ffoutput.h
diff options
context:
space:
mode:
authordeva <deva>2008-03-17 09:32:12 +0000
committerdeva <deva>2008-03-17 09:32:12 +0000
commit402fc59225bd9ee3bea39040bfed20dcfbcb0e21 (patch)
tree530a42fd3ecc60def61dbf79b5643ca56668ff17 /miavd/ffoutput.h
parent2f10a73cbbe4333e2a41e87a94eda7fb3d442dc5 (diff)
Removed some warnings and made things work with older ffmpeg. (Missing INT64_C).
Diffstat (limited to 'miavd/ffoutput.h')
-rw-r--r--miavd/ffoutput.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/miavd/ffoutput.h b/miavd/ffoutput.h
index ce4f83f..33cf872 100644
--- a/miavd/ffoutput.h
+++ b/miavd/ffoutput.h
@@ -27,6 +27,8 @@
#ifndef __MIAV_FFOUTPUT_H__
#define __MIAV_FFOUTPUT_H__
+#include <stdint.h>
+
extern "C" {
#include <ffmpeg/avformat.h>
#include <ffmpeg/avcodec.h>