Commit 76f43cbe authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Remove a superfluous include from libavcodec/options_table.h.

parent 9a09a9fc
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
#include "libavutil/opt.h" #include "libavutil/opt.h"
#include "avcodec.h" #include "avcodec.h"
#include "version.h" #include "version.h"
#include "config.h"
#define OFFSET(x) offsetof(AVCodecContext,x) #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 #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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment