#include <QThread>
#include <QSemaphore>
#include <QDir>
#include "project/footage.h"
#include "project/media.h"
#include <libavformat/avformat.h>
#include <libavcodec/avcodec.h>
#include <libswscale/swscale.h>
#include <libswresample/swresample.h>
Go to the source code of this file.
Classes | |
class | PreviewGenerator |