[media] V4L2 spec: fix the description of V4L2_FBUF_CAP_SRC_CHROMAKEY

V4L2_FBUF_CAP_SRC_CHROMAKEY is the opposite of V4L2_FBUF_CAP_CHROMAKEY, but
according to the documentation it was the same. The terms 'video' and
'framebuffer' were accidentally swapped in the text.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
CC: Vaibhav Hiremath <hvaibhav@ti.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Hans Verkuil 2011-11-09 10:53:01 -03:00 committed by Mauro Carvalho Chehab
parent 43599f31ab
commit b698c784bf

View file

@ -340,8 +340,8 @@ blending makes no sense for destructive overlays.</entry>
<row> <row>
<entry><constant>V4L2_FBUF_CAP_SRC_CHROMAKEY</constant></entry> <entry><constant>V4L2_FBUF_CAP_SRC_CHROMAKEY</constant></entry>
<entry>0x0080</entry> <entry>0x0080</entry>
<entry>The device supports Source Chroma-keying. Framebuffer pixels <entry>The device supports Source Chroma-keying. Video pixels
with the chroma-key colors are replaced by video pixels, which is exactly opposite of with the chroma-key colors are replaced by framebuffer pixels, which is exactly opposite of
<constant>V4L2_FBUF_CAP_CHROMAKEY</constant></entry> <constant>V4L2_FBUF_CAP_CHROMAKEY</constant></entry>
</row> </row>
</tbody> </tbody>