|
avcpp
2.0
Wrapper for the FFmpeg that simplify usage from C++ projects.
|
#include <vector>#include "ffmpeg.h"#include "avutils.h"#include "rational.h"#include "stream.h"#include "averror.h"#include "timestamp.h"#include <libavutil/attributes.h>

Go to the source code of this file.
Classes | |
| class | av::Packet |
| struct | av::Packet::wrap_data |
| Wrap data and take owning. More... | |
| struct | av::Packet::wrap_data_static |
| Wrap static data, do not owning and free. More... | |
Namespaces | |
| av | |