MythTV  master
Functions | Variables
decoder.cpp File Reference
#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"
Include dependency graph for decoder.cpp:

Go to the source code of this file.

Functions

static void checkFactories ()
 

Variables

static QList< DecoderFactory * > * factories = nullptr
 

Function Documentation

◆ checkFactories()

static void checkFactories ( )
static

Definition at line 62 of file decoder.cpp.

Referenced by Decoder::all(), Decoder::create(), and Decoder::supports().

Variable Documentation

◆ factories

QList<DecoderFactory*>* factories = nullptr
static