MythTV  master
Macros
mythnvdeccontext.cpp File Reference
#include "libmythbase/mythlogging.h"
#include "libmythui/mythmainwindow.h"
#include "avformatdecoder.h"
#include "decoders/mythnvdeccontext.h"
#include "mythplayerui.h"
#include "mythvideoout.h"
#include "opengl/mythnvdecinterop.h"
#include "libavutil/log.h"
#include <ffnvcodec/dynlink_loader.h>
#include "libavutil/hwcontext_cuda.h"
#include "libavutil/opt.h"
Include dependency graph for mythnvdeccontext.cpp:

Go to the source code of this file.

Macros

#define FFNV_LOG_FUNC(logctx, msg, ...)   av_log(logctx, AV_LOG_ERROR, msg, __VA_ARGS__)
 
#define FFNV_DEBUG_LOG_FUNC(logctx, msg, ...)   av_log(logctx, AV_LOG_DEBUG, msg, __VA_ARGS__)
 
#define LOC   QString("NVDEC: ")
 

Macro Definition Documentation

◆ FFNV_LOG_FUNC

#define FFNV_LOG_FUNC (   logctx,
  msg,
  ... 
)    av_log(logctx, AV_LOG_ERROR, msg, __VA_ARGS__)

Definition at line 13 of file mythnvdeccontext.cpp.

◆ FFNV_DEBUG_LOG_FUNC

#define FFNV_DEBUG_LOG_FUNC (   logctx,
  msg,
  ... 
)    av_log(logctx, AV_LOG_DEBUG, msg, __VA_ARGS__)

Definition at line 14 of file mythnvdeccontext.cpp.

◆ LOC

#define LOC   QString("NVDEC: ")

Definition at line 23 of file mythnvdeccontext.cpp.