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
Donald Burr f9b7999bd5 Upgrade fxtv to 0.47.
* change checksum and filename/version number in Makefile.
* change patch-ab to patch cleanly against new version.
* remove patch-aa -- it is no longer needed.
* add patch-ac to fix a small tiffio.h bogon in the source.
* add some new files to PLIST.
1998-06-07 08:54:25 +00:00

28 lines
961 B
Plaintext

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