Namespaces | Macros | Functions
ffmpeg_inc.h File Reference
#include <gazebo/gazebo_config.h>
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
#include <libavutil/opt.h>
#include <libswscale/swscale.h>
#include "gazebo/util/system.hh"
Include dependency graph for ffmpeg_inc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 gazebo
 Forward declarations for the common classes.
 
 gazebo::common
 Common namespace.
 

Macros

#define INT64_C(c)   (c ## LL)
 
#define UINT64_C(c)   (c ## ULL)
 

Functions

GZ_COMMON_VISIBLE AVFrame * gazebo::common::AVFrameAlloc (void)
 Helper function to avoid deprecation warnings. More...
 
GZ_COMMON_VISIBLE void gazebo::common::AVFrameUnref (AVFrame *_frame)
 Helper function to avoid deprecation warnings. More...
 

Macro Definition Documentation

#define INT64_C (   c)    (c ## LL)
#define UINT64_C (   c)    (c ## ULL)