MythTV  master
Macros
v4l2encrecorder.cpp File Reference
#include <chrono>
#include <sys/ioctl.h>
#include <thread>
#include <QString>
#include "io/mythmediabuffer.h"
#include "recorders/v4l2encrecorder.h"
#include "recorders/v4l2encstreamhandler.h"
#include "recorders/v4lchannel.h"
#include "recordingprofile.h"
#include "tv_rec.h"
Include dependency graph for v4l2encrecorder.cpp:

Go to the source code of this file.

Macros

#define LOC
 

Macro Definition Documentation

◆ LOC

#define LOC
Value:
QString("V4L2Rec[%1](%2): ") \
.arg(m_tvrec ? m_tvrec->GetInputId() : -1) \
.arg(m_channel->GetDevice())

Definition at line 36 of file v4l2encrecorder.cpp.