diff options
author | Todor Tomov <ttomov@mm-sol.com> | 2011-01-25 17:46:41 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2011-02-07 15:36:47 +0100 |
commit | 7ceb74fa28415ad6ea7f359d1c7a4914a952ad4c (patch) | |
tree | 19162bd77e5a10e88aa9055b14db5100f64d2365 /subdev.h | |
parent | 9a244f7792d81a39b0240d5d4ee50e6452b7ce8e (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.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |