#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>
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) |
#define HELPER | ( | x | ) | (*((FfmpegHelper*)x)) |
Definition at line 318 of file FfmpegGrabber.cpp.
#define MAX_AUDIO_FRAME_SIZE 192000 |
Definition at line 22 of file FfmpegGrabber.cpp.
const char* xstrdup | ( | const char * | str | ) |
Definition at line 321 of file FfmpegGrabber.cpp.