|
OpenShot Library | libopenshot 0.2.7
|
Source file for FFmpegReader class. More...
#include "FFmpegReader.h"#include "Exceptions.h"#include "Timeline.h"#include <thread>#include <chrono>Go to the source code of this file.
Macros | |
| #define | ENABLE_VAAPI 0 |
| #define | MAX_SUPPORTED_HEIGHT 1100 |
| #define | MAX_SUPPORTED_WIDTH 1950 |
Variables | |
| AVHWDeviceType | hw_de_av_device_type_global = AV_HWDEVICE_TYPE_NONE |
| AVPixelFormat | hw_de_av_pix_fmt_global = AV_PIX_FMT_NONE |
| int | hw_de_on = 0 |
| #define ENABLE_VAAPI 0 |
Definition at line 41 of file FFmpegReader.cpp.
| #define MAX_SUPPORTED_HEIGHT 1100 |
Definition at line 45 of file FFmpegReader.cpp.
| #define MAX_SUPPORTED_WIDTH 1950 |
Definition at line 44 of file FFmpegReader.cpp.
| AVHWDeviceType hw_de_av_device_type_global = AV_HWDEVICE_TYPE_NONE |
Definition at line 82 of file FFmpegReader.cpp.
| AVPixelFormat hw_de_av_pix_fmt_global = AV_PIX_FMT_NONE |
Definition at line 81 of file FFmpegReader.cpp.
| int hw_de_on = 0 |
Definition at line 79 of file FFmpegReader.cpp.
Referenced by openshot::FFmpegReader::Close(), and openshot::FFmpegReader::Open().