|
MythTV master
|
#include "libmythbase/mythconfig.h"#include <sys/ioctl.h>#include <sys/time.h>#include <unistd.h>#include <fcntl.h>#include "libmythbase/mythlogging.h"#include "captions/vbi608extractor.h"#include "v4lrecorder.h"#include "tv_rec.h"Go to the source code of this file.
Macros | |
| #define | TVREC_CARDNUM ((m_tvrec != nullptr) ? QString::number(m_tvrec->GetInputId()) : "NULL") |
| #define | LOC |
| #define LOC |
Definition at line 23 of file v4lrecorder.cpp.
| #define TVREC_CARDNUM ((m_tvrec != nullptr) ? QString::number(m_tvrec->GetInputId()) : "NULL") |
Definition at line 20 of file v4lrecorder.cpp.