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