avcpp
2.0
Wrapper for the FFmpeg that simplify usage from C++ projects.
|
#include <memory>
#include <chrono>
#include <functional>
#include <vector>
#include "ffmpeg.h"
#include "format.h"
#include "avutils.h"
#include "stream.h"
#include "packet.h"
#include "codec.h"
#include "dictionary.h"
#include "averror.h"
#include <libavformat/avformat.h>
Go to the source code of this file.
Classes | |
struct | av::CustomIO |
class | av::FormatContext |
Namespaces | |
av | |
Typedefs | |
using | av::AvioInterruptCb = std::function< int()> |