Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 |
--- XBMC/xbmc/cores/dvdplayer/DVDCodecs/DVDFactoryCodec.cpp.orig 2009-07-05 15:40:59.191379964 +0200
+++ XBMC/xbmc/cores/dvdplayer/DVDCodecs/DVDFactoryCodec.cpp 2009-07-05 15:41:30.795260624 +0200
@@ -131,7 +131,7 @@ CDVDVideoCodec* CDVDFactoryCodec::Create
CDVDCodecOptions dvdOptions;
#ifdef HAVE_LIBVDPAU
- if (hint.height >= 720) {
+ if (hint.height >= 480) {
CLog::Log(LOGNOTICE,"Trying VDPAU-MPEG from FFMPEG");
if( (pCodec = OpenCodec(new CDVDVideoCodecFFmpeg(), hint, dvdOptions)) ) return pCodec;
}
|

This post has been edited 1 times, last edit by "hepi" (Aug 27th 2009, 10:57am)
This post has been edited 1 times, last edit by "hepi" (Aug 27th 2009, 10:57am)
This post has been edited 1 times, last edit by "hepi" (Aug 27th 2009, 10:57am)