MythTV
master
|
#include <QCoreApplication>
#include <QWaitCondition>
#include "mythcontext.h"
#include "mythmainwindow.h"
#include "mythlogging.h"
#include "decoders/avformatdecoder.h"
#include "opengl/mythrenderopengl.h"
#include "videobuffers.h"
#include "mythvaapiinterop.h"
#include "mythplayerui.h"
#include "mythvaapicontext.h"
#include "libavutil/hwcontext_vaapi.h"
#include "libavutil/pixdesc.h"
#include "libavfilter/buffersink.h"
Go to the source code of this file.
Macros | |
#define | LOC QString("VAAPIDec: ") |
#define LOC QString("VAAPIDec: ") |
Definition at line 22 of file mythvaapicontext.cpp.