|
PonyPlayer
|
#include "helper.hpp"#include <libavformat/avformat.h>#include <libavcodec/avcodec.h>#include <libavutil/error.h>#include <libswresample/swresample.h>#include <libavutil/imgutils.h>#include <QDebug>#include "frame.hpp"#include "twins_queue.hpp"#include "concurrentqueue.h"#include "audioformat.hpp"#include <atomic>#include <utility>类 | |
| class | IDemuxDecoder |
| class | DecoderContext |
变量 | |
| constexpr auto | Audio = IDemuxDecoder::DecoderType::Audio |
| constexpr auto | Video = IDemuxDecoder::DecoderType::Video |
| constexpr auto | Common = IDemuxDecoder::DecoderType::Common |
|
constexpr |
|
constexpr |
|
constexpr |