diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-07 01:17:45 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-07 01:17:45 -0300 |
commit | c8d4bba77d042c9ede4936550f38666cde85a50c (patch) | |
tree | ee7aa9817d9af2ca9edfb26a137c6192fa6c2072 /v4l2-spec | |
parent | 38df09ba8b967b4d219c2afe04dcc1ae743e766f (diff) | |
parent | b90712cf41e75451c3b515ed41d2eda714db3de1 (diff) | |
download | mediapointer-dvb-s2-c8d4bba77d042c9ede4936550f38666cde85a50c.tar.gz mediapointer-dvb-s2-c8d4bba77d042c9ede4936550f38666cde85a50c.tar.bz2 |
merge: http://linuxtv.org/hg/~awalls/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'v4l2-spec')
-rw-r--r-- | v4l2-spec/vidioc-enum-fmt.sgml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/v4l2-spec/vidioc-enum-fmt.sgml b/v4l2-spec/vidioc-enum-fmt.sgml index 7a31c2349..960d44615 100644 --- a/v4l2-spec/vidioc-enum-fmt.sgml +++ b/v4l2-spec/vidioc-enum-fmt.sgml @@ -127,6 +127,13 @@ the array to zero.</entry> <entry>0x0001</entry> <entry>This is a compressed format.</entry> </row> + <row> + <entry><constant>V4L2_FMT_FLAG_EMULATED</constant></entry> + <entry>0x0002</entry> + <entry>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.</entry> + </row> </tbody> </tgroup> </table> |