Gazebo Common

API Reference

6.0.0~pre2
ffmpeg_inc.hh File Reference
#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.

Namespaces

namespace  gz
 Forward declarations for the common classes.
 
namespace  gz::common
 

Macros

#define AV_ERROR_MAX_STRING_SIZE   64
 
#define INT64_C(c)   (c ## LL)
 Versions of FFMPEG on Gazebo supported platforms.
 
#define UINT64_C(c)   (c ## ULL)
 

Functions

std::string av_err2str_cpp (int errnum)
 

Macro Definition Documentation

◆ 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)