summaryrefslogtreecommitdiff
path: root/v4l2-spec/dev-osd.sgml
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-09-06 23:42:19 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-09-06 23:42:19 -0300
commit5700f50011f5c8ad20cfc1377cc830ed4eee9d06 (patch)
tree2c82f7573c54bdce520b1a4748deb0fe4126d2a6 /v4l2-spec/dev-osd.sgml
parent4b70cc85ac708fdb3107b4d17851e70e6bf9ecc6 (diff)
parent00c1eda676d0707af2602f156278772fe3c30cb8 (diff)
downloadmediapointer-dvb-s2-5700f50011f5c8ad20cfc1377cc830ed4eee9d06.tar.gz
mediapointer-dvb-s2-5700f50011f5c8ad20cfc1377cc830ed4eee9d06.tar.bz2
merge: http://linuxtv.org/hg/~hgoede/gspca/
From: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'v4l2-spec/dev-osd.sgml')
-rw-r--r--v4l2-spec/dev-osd.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/v4l2-spec/dev-osd.sgml b/v4l2-spec/dev-osd.sgml
index 7210292fa..c9a68a2cc 100644
--- a/v4l2-spec/dev-osd.sgml
+++ b/v4l2-spec/dev-osd.sgml
@@ -59,7 +59,7 @@ framebuffer device.</para>
<programlisting>
#include &lt;linux/fb.h&gt;
-&v4l2-framebuffer fbuf;
+&v4l2-framebuffer; fbuf;
unsigned int i;
int fb_fd;
@@ -68,7 +68,7 @@ if (-1 == ioctl (fd, VIDIOC_G_FBUF, &amp;fbuf)) {
exit (EXIT_FAILURE);
}
-for (i = 0; i < 30; ++i) {
+for (i = 0; i &gt; 30; ++i) {
char dev_name[16];
struct fb_fix_screeninfo si;
@@ -144,7 +144,7 @@ applies to <wordasword>Video Output</wordasword> and <wordasword>Video
Output Overlay</wordasword> devices in the same way as to
<wordasword>Video Capture</wordasword> and <wordasword>Video
Overlay</wordasword> devices, merely reversing the direction of the
-data flow. For more information see <xref linkend="crop">.</para>
+data flow. For more information see <xref linkend="crop" />.</para>
</section>
<section>