MythTV master
mythvideodrmutils.h
Go to the documentation of this file.
1#ifndef MYTHVIDEODRMUTILS_H
2#define MYTHVIDEODRMUTILS_H
3
4// MythTV
6
8{
9 public:
10 static uint64_t FFmpegColorRangeToDRM (const DRMProp& Property, int Range);
11 static uint64_t FFmpegColorEncodingToDRM (const DRMProp& Property, int Encoding);
12};
13
14#endif
static uint64_t FFmpegColorRangeToDRM(const DRMProp &Property, int Range)
static uint64_t FFmpegColorEncodingToDRM(const DRMProp &Property, int Encoding)
std::shared_ptr< class MythDRMProperty > DRMProp