diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-15 13:56:01 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-15 13:56:01 -0300 |
commit | 136a9b83fb4cb819c2f27cbb5948d26cec0e7934 (patch) | |
tree | 397919f977ae7937aa60a5001f62f0ba3faef2db /v4l2-spec/dev-osd.sgml | |
parent | fdafaa4f7e2ea516dbd7791f362f05273aaaa6cc (diff) | |
parent | c5d1ee111d9e00f9ce75e48e5e3806fdcd681a83 (diff) | |
download | mediapointer-dvb-s2-136a9b83fb4cb819c2f27cbb5948d26cec0e7934.tar.gz mediapointer-dvb-s2-136a9b83fb4cb819c2f27cbb5948d26cec0e7934.tar.bz2 |
merge: http://kernellabs.com/hg/~mkrufky/tda18271-merge
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.sgml | 6 |
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 <linux/fb.h> -&v4l2-framebuffer fbuf; +&v4l2-framebuffer; fbuf; unsigned int i; int fb_fd; @@ -68,7 +68,7 @@ if (-1 == ioctl (fd, VIDIOC_G_FBUF, &fbuf)) { exit (EXIT_FAILURE); } -for (i = 0; i < 30; ++i) { +for (i = 0; i > 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> |