Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/ffm.h')
-rw-r--r--libavformat/ffm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/ffm.h b/libavformat/ffm.h
index 52a84094a8..1ede49a285 100644
--- a/libavformat/ffm.h
+++ b/libavformat/ffm.h
@@ -22,7 +22,9 @@
#ifndef FFMPEG_FFM_H
#define FFMPEG_FFM_H
+#include <stdint.h>
#include "avformat.h"
+#include "avio.h"
/* The FFM file is made of blocks of fixed size */
#define FFM_HEADER_SIZE 14