diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-11-23 21:32:55 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-11-23 21:55:52 +0100 |
commit | 8f8bc92365a943e96cc08b5369408c20f35193c7 (patch) | |
tree | effd31c47a524ac732f657d037b9f0d6c25901b2 /libavcodec/options_table.h | |
parent | 0eeeb9647e9c92c9edfd0b18c7cb5da7ac666f85 (diff) | |
download | ffmpeg-8f8bc92365a943e96cc08b5369408c20f35193c7.tar.gz |
Add missing #includes for *INT64_MAX and *INT64_C
Diffstat (limited to 'libavcodec/options_table.h')
-rw-r--r-- | libavcodec/options_table.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/options_table.h b/libavcodec/options_table.h index 3dc2780664..8b3a4b64d7 100644 --- a/libavcodec/options_table.h +++ b/libavcodec/options_table.h @@ -22,6 +22,7 @@ #include <float.h> #include <limits.h> +#include <stdint.h> #include "libavutil/opt.h" #include "avcodec.h" |