Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
DXVAHD.cpp File Reference

Macros

#define FF_API_OLD_SAMPLE_FMT   0
 
#define DEFAULT_STREAM_INDEX   (0)
 
#define LOGIFERROR(a)
 

Macro Definition Documentation

◆ DEFAULT_STREAM_INDEX

#define DEFAULT_STREAM_INDEX   (0)

◆ FF_API_OLD_SAMPLE_FMT

#define FF_API_OLD_SAMPLE_FMT   0

◆ LOGIFERROR

#define LOGIFERROR (   a)
Value:
do { \
HRESULT res = a; \
if(FAILED(res)) \
{ \
CLog::LogF(LOGERROR, "failed executing "#a" at line %d with error %x", __LINE__, res); \
} \
} while(0);
#define LOGERROR
Definition: ilog.h:22
#define LogF(loglevel,...)
Definition: log.h:91