YARP
Yet Another Robot Platform
FfmpegGrabber.cpp File Reference
#include "FfmpegGrabber.h"
#include "ffmpeg_api.h"
#include <yarp/os/all.h>
#include <yarp/sig/all.h>
#include <yarp/os/Log.h>
#include <yarp/os/LogComponent.h>
#include <cstdio>
+ Include dependency graph for FfmpegGrabber.cpp:

Go to the source code of this file.

Classes

class  DecoderState
 
class  FfmpegHelper
 

Macros

#define MAX_AUDIO_FRAME_SIZE   192000
 
#define HELPER(x)   (*((FfmpegHelper*)x))
 

Functions

const char * xstrdup (const char *str)
 

Macro Definition Documentation

◆ HELPER

#define HELPER (   x)    (*((FfmpegHelper*)x))

Definition at line 318 of file FfmpegGrabber.cpp.

◆ MAX_AUDIO_FRAME_SIZE

#define MAX_AUDIO_FRAME_SIZE   192000

Definition at line 22 of file FfmpegGrabber.cpp.

Function Documentation

◆ xstrdup()

const char* xstrdup ( const char *  str)

Definition at line 321 of file FfmpegGrabber.cpp.