#include <string>
#include <gz/common/config.hh>
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
#include <libswscale/swscale.h>
#include <libavutil/mathematics.h>
#include <libavutil/opt.h>
#include <libavutil/error.h>
#include <libavutil/imgutils.h>
#include <libavutil/hwcontext.h>
#include <gz/common/av/Export.hh>
Go to the source code of this file.
|
namespace | gz |
| Forward declarations for the common classes.
|
|
namespace | gz::common |
|
◆ AV_ERROR_MAX_STRING_SIZE
#define AV_ERROR_MAX_STRING_SIZE 64 |
◆ INT64_C
#define INT64_C |
( |
|
c | ) |
(c ## LL) |
Versions of FFMPEG on Gazebo supported platforms.
Additional versions of FFMPEG not officially supported
◆ UINT64_C
#define UINT64_C |
( |
|
c | ) |
(c ## ULL) |