forked from wang-bin/QtAV
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add comments about copyright for the code from mpv
wm4 says the table va_to_imgfmt in commit 479e57a is copied from mpv. That file is under GPL. So I revert to the `switch...case...` style. ass_to_plaintext() is confirmed can be under LGPL.
- Loading branch information
Showing
3 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/****************************************************************************** | ||
QtAV: Media play library based on Qt and FFmpeg | ||
Copyright (C) 2014-2015 Wang Bin <[email protected]> | ||
Copyright (C) 2014-2016 Wang Bin <[email protected]> | ||
* This file is part of QtAV | ||
|
@@ -18,6 +18,8 @@ | |
License along with this library; if not, write to the Free Software | ||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||
******************************************************************************/ | ||
/// The EGL+DMA part is from mpv and under LGPL | ||
|
||
#include "SurfaceInteropVAAPI.h" | ||
#ifndef QT_NO_OPENGL | ||
#include "utils/OpenGLHelper.h" | ||
|