/** * @file * @brief Source file for Timeline class * @author Jonathan Thomas * * @ref License */ // Copyright (c) 2008-2019 OpenShot Studios, LLC // // SPDX-License-Identifier: LGPL-3.0-or-later #include "TimelineBase.h" using namespace openshot; /// Constructor for the base timeline TimelineBase::TimelineBase() : preview_width(1920), preview_height(1080) { }