Skip to content

Commit

Permalink
Revert default vout on win32
Browse files Browse the repository at this point in the history
  • Loading branch information
oaubert committed Sep 2, 2024
1 parent 97570ee commit 2a792a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/advene/core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,6 @@ def win32_specific_config(self):
"""
if self.os != 'win32':
return
self.player['vout'] = 'd3d'
self.player['dvd-device']='E:'

def darwin_specific_config(self):
Expand Down

0 comments on commit 2a792a5

Please sign in to comment.