Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-23 | libmediactl: Declare media_print_streampos() in media-ctl.h | Laurent Pinchart | |
The function is used by libv4l2subdev.c, declare it in the private header. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | |||
2016-05-23 | libmediactl: Fix signed and unsigned integer comparison | Laurent Pinchart | |
The pos variable is always positive when compared, cast it to an unsigned integer to fix the compiler warning. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | |||
2016-05-23 | Import media-ctl as 3rd party code | Laurent Pinchart | |
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |