diff options
author | Mauro Carvalho Chehab | 2006-02-27 04:07:40 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab | 2006-02-27 04:07:40 +0100 |
commit | 749eef857948a3de789b7d0e3b96d92199d723cf (patch) | |
tree | dbec0c397abfc0260054b476ba1e19825b657888 /include/linux | |
parent | V4L/DVB (3332): XC3028 code marked with an special define option (diff) | |
download | kernel-qcow2-linux-749eef857948a3de789b7d0e3b96d92199d723cf.tar.gz kernel-qcow2-linux-749eef857948a3de789b7d0e3b96d92199d723cf.tar.xz kernel-qcow2-linux-749eef857948a3de789b7d0e3b96d92199d723cf.zip |
V4L/DVB (3334): Added ET61X251 fourcc type
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/videodev2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index 1dd8efeff35a..3f1504353472 100644 --- a/include/linux/videodev2.h +++ b/include/linux/videodev2.h @@ -326,6 +326,7 @@ struct v4l2_pix_format #define V4L2_PIX_FMT_SN9C10X v4l2_fourcc('S','9','1','0') /* SN9C10x compression */ #define V4L2_PIX_FMT_PWC1 v4l2_fourcc('P','W','C','1') /* pwc older webcam */ #define V4L2_PIX_FMT_PWC2 v4l2_fourcc('P','W','C','2') /* pwc newer webcam */ +#define V4L2_PIX_FMT_ET61X251 v4l2_fourcc('E','6','2','5') /* ET61X251 compression */ /* * F O R M A T E N U M E R A T I O N |