From 068ac008bf737b1b3fb1e4d3a97d8c7f076cf860 Mon Sep 17 00:00:00 2001 From: Mike Lampard Date: Sat, 24 Nov 2001 11:52:19 +0000 Subject: remove accidentally committed code CVS patchset: 1102 CVS date: 2001/11/24 11:52:19 --- src/dxr3/dxr3_decoder.c | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'src') diff --git a/src/dxr3/dxr3_decoder.c b/src/dxr3/dxr3_decoder.c index 73c4083ad..40d8ef7fa 100644 --- a/src/dxr3/dxr3_decoder.c +++ b/src/dxr3/dxr3_decoder.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: dxr3_decoder.c,v 1.37 2001/11/24 11:09:30 mlampard Exp $ + * $Id: dxr3_decoder.c,v 1.38 2001/11/24 11:52:19 mlampard Exp $ * * dxr3 video and spu decoder plugin. Accepts the video and spu data * from XINE and sends it directly to the corresponding dxr3 devices. @@ -459,19 +459,6 @@ static void dxr3_decode_data (video_decoder_t *this_gen, buf_element_t *buf) /* run the header parser here... otherwise the dxr3 tends to block... */ find_aspect(this, buf->content); - - /* FIXME: for testing purposes..... call the got_video_frame func - (x=number_of_frames since last called) times.. perhaps we - need to do this nth of a second? */ - for(x=0;x<12;x++){ - long vpts; - vpts=this->video_decoder.metronom->got_video_frame( - this->video_decoder.metronom, 0, 0 ); - if (ioctl(this->fd_video, EM8300_IOCTL_VIDEO_SETPTS, &vpts)) - fprintf(stderr, "dxr3: set video pts failed (%s)\n", - strerror(errno)); - - } } static void dxr3_close (video_decoder_t *this_gen) -- cgit v1.2.3