aboutsummaryrefslogtreecommitdiffstats
path: root/include/media/v4l2-ctrls.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/media/v4l2-ctrls.h')
-rw-r--r--include/media/v4l2-ctrls.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/media/v4l2-ctrls.h b/include/media/v4l2-ctrls.h
index 83ce0593b275..d63cf227b0ab 100644
--- a/include/media/v4l2-ctrls.h
+++ b/include/media/v4l2-ctrls.h
@@ -22,6 +22,12 @@
22#include <linux/videodev2.h> 22#include <linux/videodev2.h>
23#include <media/media-request.h> 23#include <media/media-request.h>
24 24
25/*
26 * Include the mpeg2 stateless codec compound control definitions.
27 * This will move to the public headers once this API is fully stable.
28 */
29#include <media/mpeg2-ctrls.h>
30
25/* forward references */ 31/* forward references */
26struct file; 32struct file;
27struct v4l2_ctrl_handler; 33struct v4l2_ctrl_handler;