MythTV
master
|
#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"
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: ") |
#define FFNV_LOG_FUNC | ( | logctx, | |
msg, | |||
... | |||
) | av_log(logctx, AV_LOG_ERROR, msg, __VA_ARGS__) |
Definition at line 13 of file mythnvdeccontext.cpp.
#define FFNV_DEBUG_LOG_FUNC | ( | logctx, | |
msg, | |||
... | |||
) | av_log(logctx, AV_LOG_DEBUG, msg, __VA_ARGS__) |
Definition at line 14 of file mythnvdeccontext.cpp.
#define LOC QString("NVDEC: ") |
Definition at line 23 of file mythnvdeccontext.cpp.