[vlc-devel] commit: Disabled ffmpeg hardware acceleration support by default. ( Laurent Aimar )

git version control git at videolan.org
Wed Nov 25 22:30:46 CET 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sat Nov 14 11:20:20 2009 +0100| [188aa615fd559702667c696efbfc1cad653fd066] | committer: Laurent Aimar 

Disabled ffmpeg hardware acceleration support by default.

For both vaapi and dxva2, not enough testing has been done.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=188aa615fd559702667c696efbfc1cad653fd066
---

 modules/codec/avcodec/avcodec.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/codec/avcodec/avcodec.c b/modules/codec/avcodec/avcodec.c
index 5e66600..9372273 100644
--- a/modules/codec/avcodec/avcodec.c
+++ b/modules/codec/avcodec/avcodec.c
@@ -137,7 +137,7 @@ vlc_module_begin ()
     add_integer( "ffmpeg-debug", 0, NULL, DEBUG_TEXT, DEBUG_LONGTEXT,
                  true )
 #if defined(HAVE_AVCODEC_VAAPI) || defined(HAVE_AVCODEC_DXVA2)
-    add_bool( "ffmpeg-hw", true, NULL, HW_TEXT, HW_LONGTEXT, true )
+    add_bool( "ffmpeg-hw", false, NULL, HW_TEXT, HW_LONGTEXT, true )
 #endif
 
 #ifdef ENABLE_SOUT




More information about the vlc-devel mailing list