| 
    OpenShot Library | libopenshot
    0.4.0
    
   | 
 
Source file for FFmpegReader class. More...
#include <thread>#include <chrono>#include <unistd.h>#include "FFmpegUtilities.h"#include "FFmpegReader.h"#include "Exceptions.h"#include "Timeline.h"#include "ZmqLogger.h"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 | 
Source file for FFmpegReader class.
This file is originally based on the Libavformat API example, and then modified by the libopenshot project.
Definition in file FFmpegReader.cpp.
| #define ENABLE_VAAPI 0 | 
Definition at line 27 of file FFmpegReader.cpp.
| #define MAX_SUPPORTED_HEIGHT 1100 | 
Definition at line 31 of file FFmpegReader.cpp.
| #define MAX_SUPPORTED_WIDTH 1950 | 
Definition at line 30 of file FFmpegReader.cpp.
| AVHWDeviceType hw_de_av_device_type_global = AV_HWDEVICE_TYPE_NONE | 
Definition at line 68 of file FFmpegReader.cpp.
| AVPixelFormat hw_de_av_pix_fmt_global = AV_PIX_FMT_NONE | 
Definition at line 67 of file FFmpegReader.cpp.
| int hw_de_on = 0 | 
Definition at line 65 of file FFmpegReader.cpp.
Referenced by openshot::FFmpegReader::Close(), and openshot::FFmpegReader::Open().
 1.8.17