summaryrefslogtreecommitdiff
path: root/libavdevice/v4l2-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavdevice/v4l2-common.h')
-rw-r--r--libavdevice/v4l2-common.h13
1 files changed, 3 insertions, 10 deletions
diff --git a/libavdevice/v4l2-common.h b/libavdevice/v4l2-common.h
index c7bed3e3b4..4fbd15d28c 100644
--- a/libavdevice/v4l2-common.h
+++ b/libavdevice/v4l2-common.h
@@ -21,7 +21,7 @@
#undef __STRICT_ANSI__ //workaround due to broken kernel headers
#include "config.h"
-#include "libavformat/internal.h"
+#include <stdint.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/ioctl.h>
@@ -35,15 +35,8 @@
#endif
#include <linux/videodev2.h>
#endif
-#include "libavutil/imgutils.h"
-#include "libavutil/log.h"
-#include "libavutil/opt.h"
-#include "avdevice.h"
-#include "timefilter.h"
-#include "libavutil/parseutils.h"
-#include "libavutil/pixdesc.h"
-#include "libavutil/time.h"
-#include "libavutil/avstring.h"
+#include "libavutil/pixfmt.h"
+#include "libavcodec/codec_id.h"
struct fmt_map {
enum AVPixelFormat ff_fmt;