|
MythTV master
|
#include "io/mythavformatwriter.h"#include <limits>#include <QtGlobal>#include <QtEndian>#include "libmyth/audio/audiooutpututil.h"#include "libmyth/mythaverror.h"#include "libmythbase/mythlogging.h"#include "mythavutil.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 41 of file mythavformatwriter.cpp.
| #define LOC_ERR QString("AVFW(%1) Error: ").arg(m_filename) |
Definition at line 42 of file mythavformatwriter.cpp.
| #define LOC_WARN QString("AVFW(%1) Warning: ").arg(m_filename) |
Definition at line 43 of file mythavformatwriter.cpp.