Skip to content

Commit

Permalink
V4L/DVB: v4l2-mediabus.h: added V4L2_MBUS_FMT_SGRBG8_1X8
Browse files Browse the repository at this point in the history
Needed for mt9v011.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
hverkuil authored and Mauro Carvalho Chehab committed Jun 1, 2010
1 parent 029ed32 commit 260bb38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/media/v4l2-mediabus.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ enum v4l2_mbus_pixelcode {
V4L2_MBUS_FMT_SBGGR10_2X8_PADLO_LE,
V4L2_MBUS_FMT_SBGGR10_2X8_PADHI_BE,
V4L2_MBUS_FMT_SBGGR10_2X8_PADLO_BE,
V4L2_MBUS_FMT_SGRBG8_1X8,
};

/**
Expand Down

0 comments on commit 260bb38

Please sign in to comment.