1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/multimedia/fxtv/files/patch-ab

28 lines
961 B
Plaintext
Raw Normal View History

--- 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 */