summaryrefslogtreecommitdiff
path: root/subdev.h
diff options
context:
space:
mode:
authorTodor Tomov <ttomov@mm-sol.com>2011-01-25 17:46:41 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2011-02-07 15:36:47 +0100
commit7ceb74fa28415ad6ea7f359d1c7a4914a952ad4c (patch)
tree19162bd77e5a10e88aa9055b14db5100f64d2365 /subdev.h
parent9a244f7792d81a39b0240d5d4ee50e6452b7ce8e (diff)
Move printing functions to main.c
Move printing and helper functions to media-ctl application source. Signed-off-by: Todor Tomov <ttomov@mm-sol.com>
Diffstat (limited to 'subdev.h')
-rw-r--r--subdev.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/subdev.h b/subdev.h
index f529794..7c1733d 100644
--- a/subdev.h
+++ b/subdev.h
@@ -24,9 +24,6 @@
struct media_entity;
-const char *pixelcode_to_string(enum v4l2_mbus_pixelcode code);
-enum v4l2_mbus_pixelcode string_to_pixelcode(const char *string,
- unsigned int length);
int v4l2_subdev_get_format(struct media_entity *entity,
struct v4l2_mbus_framefmt *format, unsigned int pad,
@@ -41,8 +38,5 @@ int v4l2_subdev_set_crop(struct media_entity *entity, struct v4l2_rect *rect,
int v4l2_subdev_set_frame_interval(struct media_entity *entity,
struct v4l2_fract *interval);
-void v4l2_subdev_print_format(struct media_entity *entity,
- unsigned int pad, enum v4l2_subdev_format_whence which);
-
#endif