MythTV
master
|
#include <QMap>
#include <QObject>
#include <QMatrix4x4>
#include "mythframe.h"
#include "videoouttypes.h"
#include "referencecounter.h"
#include "libavutil/pixfmt.h"
Go to the source code of this file.
Classes | |
class | MythVideoColourSpace |
MythVideoColourSpace contains a QMatrix4x4 that can convert YCbCr data to RGB. More... | |
struct | MythVideoColourSpace::ColourPrimaries |
Typedefs | |
using | PrimarySpace = std::array< std::array< float, 2 >, 3 > |
using | WhiteSpace = std::array< float, 2 > |
using PrimarySpace = std::array<std::array<float,2>,3> |
Definition at line 17 of file mythvideocolourspace.h.
using WhiteSpace = std::array<float,2> |
Definition at line 18 of file mythvideocolourspace.h.