From 8a4e62c97bb64a11892f07f6a7c38e9fb4e94d41 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Thu, 4 Apr 2002 00:08:36 +0000 Subject: latest dxr3 patches from Michael Roitzsch and Zoltan Boszormenyi It adresses the following issues: * the dxr3 now handles overlays * dxr3 video decoder priority is now customizable, this way the user can choose between hardware decoding and libmpeg2 decoding (because overlays don't work with hardware decoding) * I hope I finally got the dxr3 playmode handling right CVS patchset: 1673 CVS date: 2002/04/04 00:08:36 --- src/libmpeg2/xine_decoder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libmpeg2') diff --git a/src/libmpeg2/xine_decoder.c b/src/libmpeg2/xine_decoder.c index 9eeba9420..56af6324b 100644 --- a/src/libmpeg2/xine_decoder.c +++ b/src/libmpeg2/xine_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: xine_decoder.c,v 1.25 2002/03/21 02:02:30 guenter Exp $ + * $Id: xine_decoder.c,v 1.26 2002/04/04 00:08:36 miguelfreitas Exp $ * * stuff needed to turn libmpeg2 into a xine decoder plugin */ @@ -152,7 +152,7 @@ video_decoder_t *init_video_decoder_plugin (int iface_version, xine_t *xine) { this->video_decoder.flush = mpeg2dec_flush; this->video_decoder.close = mpeg2dec_close; this->video_decoder.get_identifier = mpeg2dec_get_id; - this->video_decoder.priority = 1; + this->video_decoder.priority = 5; this->mpeg2.xine = xine; pthread_mutex_init (&this->lock, NULL); -- cgit v1.2.3