diff options
author | Mike Lampard <mlampard@users.sourceforge.net> | 2001-10-28 11:43:58 +0000 |
---|---|---|
committer | Mike Lampard <mlampard@users.sourceforge.net> | 2001-10-28 11:43:58 +0000 |
commit | fe45bb2ec5ab7c8e5d3e19d0b92e0586f178625e (patch) | |
tree | c1b3caad4914e6e5161d7e33a0c6f57afd12bd03 /src | |
parent | c60b50b3c3208741cfbd6e689f683757633da5fb (diff) | |
download | xine-lib-fe45bb2ec5ab7c8e5d3e19d0b92e0586f178625e.tar.gz xine-lib-fe45bb2ec5ab7c8e5d3e19d0b92e0586f178625e.tar.bz2 |
remove something I was playing with...
CVS patchset: 900
CVS date: 2001/10/28 11:43:58
Diffstat (limited to 'src')
-rw-r--r-- | src/dxr3/dxr3_decoder.c | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/src/dxr3/dxr3_decoder.c b/src/dxr3/dxr3_decoder.c index 054eeb28c..17124c6de 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.23 2001/10/28 11:14:39 mlampard Exp $ + * $Id: dxr3_decoder.c,v 1.24 2001/10/28 11:43:58 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. @@ -334,20 +334,6 @@ static void dxr3_decode_data (video_decoder_t *this_gen, buf_element_t *buf) return; } - if(scanning_mode){ - vo_frame_t *img; - img = this->video_out->get_frame (this->video_out, - this->width, - this->height, - this->aspect, - IMGFMT_YV12, - this->duration, - VO_BOTH_FIELDS); - - img->draw(img); - img->free(img); - } - if (buf->PTS) { int vpts; vpts = this->video_decoder.metronom->got_video_frame( |