You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Added license and copyright to all files. Improved many examples and documentation. Refactored the Coordinate() object, to move a few properties to methods.
This commit is contained in:
@@ -1,16 +1,19 @@
|
||||
/**
|
||||
* @file
|
||||
* @brief Source file for FFmpegReader class
|
||||
* @author Jonathan Thomas <jonathan@openshot.org>
|
||||
* @author Jonathan Thomas <jonathan@openshot.org>, Fabrice Bellard
|
||||
*
|
||||
* @section LICENSE
|
||||
*
|
||||
* Copyright (c) 2008-2013 OpenShot Studios, LLC
|
||||
* Copyright (c) 2008-2013 OpenShot Studios, LLC, Fabrice Bellard
|
||||
* (http://www.openshotstudios.com). This file is part of
|
||||
* OpenShot Library (http://www.openshot.org), an open-source project
|
||||
* dedicated to delivering high quality video editing and animation solutions
|
||||
* to the world.
|
||||
*
|
||||
* This file is originally based on the Libavformat API example, and then modified
|
||||
* by the libopenshot project.
|
||||
*
|
||||
* OpenShot Library 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
|
||||
|
||||
Reference in New Issue
Block a user