Skip to content

Commit

Permalink
Merge pull request xbmc#17682 from yol/linux-mpeg2-hwaccel-default-de…
Browse files Browse the repository at this point in the history
…activate

Disable VAAPI/VDPAU MPEG-2 hwaccel by default
  • Loading branch information
yol authored and Maven85 committed Apr 17, 2020
1 parent 992d1c6 commit fb415a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/settings/linux.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<requirement>HAVE_LIBVDPAU</requirement>
<visible>false</visible>
<level>3</level>
<default>true</default>
<default>false</default>
<dependencies>
<dependency type="enable">
<condition setting="videoplayer.usevdpau" operator="is">true</condition> <!-- USE VDPAU -->
Expand Down Expand Up @@ -74,7 +74,7 @@
</dependency>
</dependencies>
<level>3</level>
<default>true</default>
<default>false</default>
<control type="toggle" />
</setting>
<setting id="videoplayer.usevaapimpeg4" type="boolean" parent="videoplayer.usevaapi" label="13449" help="13450">
Expand Down

0 comments on commit fb415a6

Please sign in to comment.