aboutsummaryrefslogtreecommitdiff
path: root/graphics/fxtv/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/fxtv/files/patch-ab')
-rw-r--r--graphics/fxtv/files/patch-ab27
1 files changed, 0 insertions, 27 deletions
diff --git a/graphics/fxtv/files/patch-ab b/graphics/fxtv/files/patch-ab
deleted file mode 100644
index 5b15cb8c7c2d..000000000000
--- a/graphics/fxtv/files/patch-ab
+++ /dev/null
@@ -1,27 +0,0 @@
---- tvcapture.c.old Sun Jun 7 01:35:21 1998
-+++ tvcapture.c Sun Jun 7 01:35:59 1998
-@@ -1879,8 +1879,8 @@
- /* If TDEC is on, may be a while before old trash gets written on. */
- /* So tell the driver to flush the frame buffer before starting */
- /* capture. */
-- if ( c->fps != c->fps_max )
-- flush_buf = TRUE;
-+ /* if ( c->fps != c->fps_max )
-+ flush_buf = TRUE; */
- }
- memcpy( &pix_geom, &c->pix_geom_list[ c->pix_geom_idx ],
- sizeof( pix_geom ) );
-@@ -1913,11 +1913,13 @@
- return;
- }
-
-+/*
- larg = flush_buf;
- if ( ioctl( c->fd, BT848SCBUF, &larg ) < 0 ) {
- DO_IOCTL_SERR( "BT848SCBUF", larg );
- return;
- }
-+*/
-
- /* If user wants to know whenever a/the frame is complete, */
- /* add in a signal handler for this for single captures, or an Xt */