Skip to content

Commit

Permalink
fix(core): disable default macos vout
Browse files Browse the repository at this point in the history
  • Loading branch information
aa-bamboo committed Apr 12, 2022
1 parent 3b820f8 commit 9ad3692
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions src/core/common.cpp
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
/******************************************************************************
* This file is part of QuickVLC - Qt and libvlc connection library.
* Copyright (C) 2016 Tadej Novak <tadej@tano.si>,
* 2022 Alexey Avramchik (OU Bamboo group) <aa@bam-boo.eu>
*
* QuickVLC is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License,
* or (at your option) any later version.
*
* QuickVLC is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with QuickVLC. If not, see <https://www.gnu.org/licenses/>.
******************************************************************************/
* This file is part of QuickVLC - Qt and libvlc connection library.
* Copyright (C) 2016 Tadej Novak <tadej@tano.si>,
* 2022 Alexey Avramchik (OU Bamboo group) <aa@bam-boo.eu>
*
* QuickVLC is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License,
* or (at your option) any later version.
*
* QuickVLC is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with QuickVLC. If not, see <https://www.gnu.org/licenses/>.
******************************************************************************/

#include "common.h"

Expand All @@ -37,9 +37,9 @@ QStringList args()
<< "--no-osd"
<< "--no-loop"
<< "--no-video-title-show"
#if defined(Q_OS_DARWIN)
<< "--vout=macosx"
#endif
//#if defined(Q_OS_DARWIN)
// << "--vout=macosx"
//#endif
<< "--drop-late-frames";
}

Expand Down

0 comments on commit 9ad3692

Please sign in to comment.