diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-05-06 12:16:50 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-05-06 12:16:50 +0200 |
commit | 76f43cbe2648ac5cb0e5a146f7e843310002199a (patch) | |
tree | 7f84a4919aa9c7f4b5e8dc3cd96e550e37435456 | |
parent | 9a09a9fc43e0ce5b17bb2e97621cdb60e21de517 (diff) | |
download | ffmpeg-76f43cbe2648ac5cb0e5a146f7e843310002199a.tar.gz |
Remove a superfluous include from libavcodec/options_table.h.
-rw-r--r-- | libavcodec/options_table.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/options_table.h b/libavcodec/options_table.h index 1be261123c..4fd6cff0c7 100644 --- a/libavcodec/options_table.h +++ b/libavcodec/options_table.h @@ -28,7 +28,6 @@ #include "libavutil/opt.h" #include "avcodec.h" #include "version.h" -#include "config.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 |