MythTV
master
|
#include <cstdlib>
#include <fcntl.h>
#include <unistd.h>
#include <zlib.h>
#include <QCoreApplication>
#include <QDir>
#include "mythconfig.h"
#include "dvdringbuffer.h"
#include "mythcontext.h"
#include "mythmediamonitor.h"
#include "mythiowrapper.h"
#include "iso639.h"
#include "mythdvdplayer.h"
#include "compat.h"
#include "mythlogging.h"
#include "mythuihelper.h"
#include "mythuiactions.h"
#include "tv_actions.h"
Go to the source code of this file.
Macros | |
#define | Z_NULL nullptr |
#define | LOC QString("DVDRB: ") |
#define | IncrementButtonVersion |
#define | DVD_DRIVE_SPEED 1 |
#define | GETBE16(p) (((p)[0] << 8) | (p)[1]) |
Variables | |
static const char * | dvdnav_menu_table [] |
#define Z_NULL nullptr |
Definition at line 6 of file dvdringbuffer.cpp.
#define LOC QString("DVDRB: ") |
Definition at line 28 of file dvdringbuffer.cpp.
#define IncrementButtonVersion |
Definition at line 30 of file dvdringbuffer.cpp.
#define DVD_DRIVE_SPEED 1 |
Definition at line 34 of file dvdringbuffer.cpp.
#define GETBE16 | ( | p | ) | (((p)[0] << 8) | (p)[1]) |
|
static |
Definition at line 36 of file dvdringbuffer.cpp.
Referenced by DVDRingBuffer::GetDescForPos().