summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHarm van der Heijden <hrm@users.sourceforge.net>2001-11-25 21:13:15 +0000
committerHarm van der Heijden <hrm@users.sourceforge.net>2001-11-25 21:13:15 +0000
commitf71bef912b13306b9f2ad49404f907c442489d58 (patch)
tree9022856886e476e91c12fadf64d6d1449feda1bc /src
parent78dbf9bc40eed253340185910cc2a90ae48ca29e (diff)
downloadxine-lib-f71bef912b13306b9f2ad49404f907c442489d58.tar.gz
xine-lib-f71bef912b13306b9f2ad49404f907c442489d58.tar.bz2
- accidentally commited leftover from failed experiment last time;
now removed. CVS patchset: 1111 CVS date: 2001/11/25 21:13:15
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 */