finished new/load/save

This commit is contained in:
itsmattkc
2018-06-10 23:39:28 -07:00
parent 94fae972cf
commit 093b68cb67
28 changed files with 441 additions and 154 deletions
-2
View File
@@ -49,8 +49,6 @@ bool encode(AVFormatContext* fmt_ctx, AVCodecContext* codec_ctx, AVFrame* frame,
void ExportThread::run() {
av_log_set_level(AV_LOG_DEBUG);
Sequence* sequence = panel_timeline->sequence;
// TODO make customizable
long start = 0;
long end = sequence->getEndFrame();