diff options
| author | Hans de Goede <hdegoede@redhat.com> | 2009-08-31 10:32:46 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-12 11:20:00 -0400 |
| commit | 1e3c1f7695a446742e24ea1f0c80715be98edbc4 (patch) | |
| tree | 375bded1ad32fba4e6d1d69fbe549529890a6bbe /include/linux | |
| parent | 823902defe89b1de8caab1ae82c8916feeb19b01 (diff) | |
V4L/DVB (12625): Add new V4L2_FMT_FLAG_EMULATED flag to videodev2.h
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.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
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 5758066cb57b..3689d7d81fe9 100644 --- a/include/linux/videodev2.h +++ b/include/linux/videodev2.h | |||
| @@ -375,6 +375,7 @@ struct v4l2_fmtdesc { | |||
| 375 | }; | 375 | }; |
| 376 | 376 | ||
| 377 | #define V4L2_FMT_FLAG_COMPRESSED 0x0001 | 377 | #define V4L2_FMT_FLAG_COMPRESSED 0x0001 |
| 378 | #define V4L2_FMT_FLAG_EMULATED 0x0002 | ||
| 378 | 379 | ||
| 379 | #if 1 | 380 | #if 1 |
| 380 | /* Experimental Frame Size and frame rate enumeration */ | 381 | /* Experimental Frame Size and frame rate enumeration */ |
