MythTV
master
|
#include "mythlogging.h"
#include "mythcorecontext.h"
#include "audiooutpututil.h"
#include "mythavutil.h"
#include "io/mythavformatwriter.h"
#include "libavutil/opt.h"
#include "libavutil/samplefmt.h"
#include "libavutil/imgutils.h"
Go to the source code of this file.
Macros | |
#define | LOC QString("AVFW(%1): ").arg(m_filename) |
#define | LOC_ERR QString("AVFW(%1) Error: ").arg(m_filename) |
#define | LOC_WARN QString("AVFW(%1) Warning: ").arg(m_filename) |
#define LOC QString("AVFW(%1): ").arg(m_filename) |
Definition at line 38 of file mythavformatwriter.cpp.
#define LOC_ERR QString("AVFW(%1) Error: ").arg(m_filename) |
Definition at line 39 of file mythavformatwriter.cpp.
#define LOC_WARN QString("AVFW(%1) Warning: ").arg(m_filename) |
Definition at line 40 of file mythavformatwriter.cpp.