MythTV
master
|
#include <QDir>
#include <libmyth/mythcontext.h>
#include <libmyth/output.h>
#include <libmyth/visual.h>
#include <libmythmetadata/metaio.h>
#include <libmythmetadata/musicmetadata.h>
#include "config.h"
#include "decoder.h"
#include "constants.h"
#include "musicplayer.h"
Go to the source code of this file.
Functions | |
static void | checkFactories () |
Variables | |
static QList< DecoderFactory * > * | factories = nullptr |
|
static |
Definition at line 62 of file decoder.cpp.
Referenced by Decoder::all(), Decoder::create(), and Decoder::supports().
|
static |
Definition at line 60 of file decoder.cpp.
Referenced by Decoder::all(), checkFactories(), Decoder::create(), Decoder::registerFactory(), and Decoder::supports().