summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorhans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain>2009-08-31 16:32:46 +0200
committerhans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain>2009-08-31 16:32:46 +0200
commit36dfe1e93c14212a6fd2939344018445f132789e (patch)
treee548a3cdeeb77821d7943074766f9f006408941c /linux
parentf56e5f83c8445db50b3cba3013170785c52ac486 (diff)
downloadmediapointer-dvb-s2-36dfe1e93c14212a6fd2939344018445f132789e.tar.gz
mediapointer-dvb-s2-36dfe1e93c14212a6fd2939344018445f132789e.tar.bz2
Add new V4L2_FMT_FLAG_EMULATED flag to videodev2.h
From: Hans de Goede <hdegoede@redhat.com> V4L2_FMT_FLAG_EMULATED 0x0002 This format is not native to the device but emulated through software (usually libv4l2), where possible try to use a native format instead for better performance. Priority: normal Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'linux')
-rw-r--r--linux/include/linux/videodev2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/include/linux/videodev2.h b/linux/include/linux/videodev2.h
index b61c3b61c..d6f8edb3d 100644
--- a/linux/include/linux/videodev2.h
+++ b/linux/include/linux/videodev2.h
@@ -374,6 +374,7 @@ struct v4l2_fmtdesc {
};
#define V4L2_FMT_FLAG_COMPRESSED 0x0001
+#define V4L2_FMT_FLAG_EMULATED 0x0002
#if 1 /*KEEP*/
/* Experimental Frame Size and frame rate enumeration */