summaryrefslogtreecommitdiff
path: root/libavformat/options_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/options_table.h')
-rw-r--r--libavformat/options_table.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavformat/options_table.h b/libavformat/options_table.h
index 683596c206..58f3dcff68 100644
--- a/libavformat/options_table.h
+++ b/libavformat/options_table.h
@@ -19,6 +19,11 @@
#ifndef AVFORMAT_OPTIONS_TABLE
#define AVFORMAT_OPTIONS_TABLE
+#include <limits.h>
+
+#include "libavutil/opt.h"
+#include "avformat.h"
+
#define OFFSET(x) offsetof(AVFormatContext,x)
#define DEFAULT 0 //should be NAN but it does not work as it is not a constant in glibc as required by ANSI/ISO C
//these names are too long to be readable