MPlayer: Add start parameters to "simple" demo to fix occasional issues in Windows (Issue #39070)

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9263 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz 2024-03-04 11:35:41 +00:00
parent 9a46c50c6f
commit c56c859c68

View File

@ -85,7 +85,7 @@ begin
MPlayerControl1.MPlayerPath := Application.Location + 'MPlayer\mplayer.exe' ;
// Or: if your MPlayer is installed as usual:
// MPlayerControl1.MPlayerPath := AppendPathDelim(GetWindowsSpecialDir(FOLDERID_ProgramFilesX86, false)) + 'MPlayer for Windows\mplayer.exe';
//MPlayerControl1.StartParam:='-zoom -fs';
MPlayerControl1.StartParam := '-vo direct3d -zoom -fs';
{$endif}
end;