avcpp  2.0
Wrapper for the FFmpeg that simplify usage from C++ projects.
Classes | Namespaces | Typedefs
formatcontext.h File Reference
#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>
Include dependency graph for formatcontext.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  av::CustomIO
 
class  av::FormatContext
 

Namespaces

 av
 

Typedefs

using av::AvioInterruptCb = std::function< int()>