diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-17 10:11:30 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-17 10:11:30 -0300 |
commit | c7d66a73b2ab88ce7c12d867e2830ee221e58489 (patch) | |
tree | 999aadcd0060a35df5736526121faa248b7f90e5 /v4l2-spec/dev-effect.sgml | |
parent | 7c561c60c12a727840a1b24c5e2c9b47d0864944 (diff) | |
parent | 47a1368908d1a5cd3548d44cfa19853c26ddfeaf (diff) | |
download | mediapointer-dvb-s2-c7d66a73b2ab88ce7c12d867e2830ee221e58489.tar.gz mediapointer-dvb-s2-c7d66a73b2ab88ce7c12d867e2830ee221e58489.tar.bz2 |
merge: http://linuxtv.org/hg/~anttip/reddo-dvb-c/
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'v4l2-spec/dev-effect.sgml')
-rw-r--r-- | v4l2-spec/dev-effect.sgml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/v4l2-spec/dev-effect.sgml b/v4l2-spec/dev-effect.sgml deleted file mode 100644 index 9c243beba..000000000 --- a/v4l2-spec/dev-effect.sgml +++ /dev/null @@ -1,25 +0,0 @@ - <title>Effect Devices Interface</title> - - <note> - <title>Suspended</title> - - <para>This interface has been be suspended from the V4L2 API -implemented in Linux 2.6 until we have more experience with effect -device interfaces.</para> - </note> - - <para>A V4L2 video effect device can do image effects, filtering, or -combine two or more images or image streams. For example video -transitions or wipes. Applications send data to be processed and -receive the result data either with &func-read; and &func-write; -functions, or through the streaming I/O mechanism.</para> - - <para>[to do]</para> - - <!-- -Local Variables: -mode: sgml -sgml-parent-document: "v4l2.sgml" -indent-tabs-mode: nil -End: - --> |