Files
libopenshot/src/TimelineBase.cpp

22 lines
408 B
C++
Raw Normal View History

/**
* @file
* @brief Source file for Timeline class
* @author Jonathan Thomas <jonathan@openshot.org>
*
* @ref License
*/
// Copyright (c) 2008-2019 OpenShot Studios, LLC
//
// SPDX-License-Identifier: LGPL-3.0-or-later
2020-10-19 17:42:12 -04:00
#include "TimelineBase.h"
using namespace openshot;
/// Constructor for the base timeline
TimelineBase::TimelineBase()
2021-06-10 08:00:30 -04:00
: preview_width(1920),
preview_height(1080) { }