#include <libavformat/avformat.h>
#include <memory>
#include <QString>
#include <QVector>
#include <QMetaType>
#include <QVariant>
#include <QMutex>
#include <QPixmap>
#include <QIcon>
#include "timeline/marker.h"
Go to the source code of this file.
Classes | |
struct | FootageStream |
struct | Footage |
Typedefs | |
using | FootagePtr = std::shared_ptr< Footage > |
Enumerations | |
enum | VideoInterlacingMode { VIDEO_PROGRESSIVE, VIDEO_TOP_FIELD_FIRST, VIDEO_BOTTOM_FIELD_FIRST } |
using FootagePtr = std::shared_ptr<Footage> |
enum VideoInterlacingMode |