summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMike Lampard <mlampard@users.sourceforge.net>2001-11-24 11:52:19 +0000
committerMike Lampard <mlampard@users.sourceforge.net>2001-11-24 11:52:19 +0000
commit068ac008bf737b1b3fb1e4d3a97d8c7f076cf860 (patch)
tree8b67245ec27bee1dd3f83798ef08da4f3045eb7e /src
parent5dab395c08a9260232b678fe342cb2082371b316 (diff)
downloadxine-lib-068ac008bf737b1b3fb1e4d3a97d8c7f076cf860.tar.gz
xine-lib-068ac008bf737b1b3fb1e4d3a97d8c7f076cf860.tar.bz2
remove accidentally committed codeDXR3_095
CVS patchset: 1102 CVS date: 2001/11/24 11:52:19
Diffstat (limited to 'src')
-rw-r--r--src/dxr3/dxr3_decoder.c15
1 files changed, 1 insertions, 14 deletions
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)