summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dxr3/dxr3_decoder.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/dxr3/dxr3_decoder.c b/src/dxr3/dxr3_decoder.c
index 2a4c2e2a5..a3e6c3a05 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.39 2001/11/25 20:21:25 hrm Exp $
+ * $Id: dxr3_decoder.c,v 1.40 2001/11/25 21:13:15 hrm Exp $
*
* dxr3 video and spu decoder plugin. Accepts the video and spu data
* from XINE and sends it directly to the corresponding dxr3 devices.
@@ -485,8 +485,6 @@ static void dxr3_decode_data (video_decoder_t *this_gen, buf_element_t *buf)
/* store at what time we called draw last */
this->last_scr = img->SCR;
img->free(img);
- vpts = this->video_decoder.metronom->got_video_frame(
- this->video_decoder.metronom, buf->PTS, buf->SCR );
}
/* for stills we're done now */