]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/options_table.h
lavfi/hflip: copy palette data in start_frame()
[ffmpeg] / libavcodec / options_table.h
index c4d4277b04878777d2a704b46f6d58c20eaf0d38..92b19e23a27496fac34ed5d4ed25bc8845879c3c 100644 (file)
 #ifndef AVCODEC_OPTIONS_TABLE
 #define AVCODEC_OPTIONS_TABLE
 
+#include <float.h>
+#include <limits.h>
+
+#include "libavutil/opt.h"
+#include "avcodec.h"
+
 #define OFFSET(x) offsetof(AVCodecContext,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