diff options
| author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-07 00:26:34 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-07 00:26:34 -0300 |
| commit | 7e9376280a53b01b33a00591e26e6ca8587c0a7d (patch) | |
| tree | 7d1fe6c915cdc4f38bc7a184fba80e4a98ee1228 /linux/include | |
| parent | fe71d82c6502272eee2df15c848cd067cfd7b2f0 (diff) | |
| parent | e94f0a9e6ddf4e039056b4ade462545146b64947 (diff) | |
| download | mediapointer-dvb-s2-7e9376280a53b01b33a00591e26e6ca8587c0a7d.tar.gz mediapointer-dvb-s2-7e9376280a53b01b33a00591e26e6ca8587c0a7d.tar.bz2 | |
merge: http://linuxtv.org/hg/~jfrancois/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/include')
| -rw-r--r-- | linux/include/linux/videodev2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/include/linux/videodev2.h b/linux/include/linux/videodev2.h index 6fc44b733..9d61bae27 100644 --- a/linux/include/linux/videodev2.h +++ b/linux/include/linux/videodev2.h @@ -375,6 +375,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 */ |
