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:
parent
9a46c50c6f
commit
c56c859c68
@ -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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user