FFmpeg
|
#include <string.h>
#include "avstring.h"
#include "frame.h"
#include "macros.h"
#include "mem.h"
#include "stereo3d.h"
Go to the source code of this file.
Functions | |
AVStereo3D * | av_stereo3d_alloc (void) |
Allocate an AVStereo3D structure and set its fields to default values. More... | |
AVStereo3D * | av_stereo3d_create_side_data (AVFrame *frame) |
Allocate a complete AVFrameSideData and add it to the frame. More... | |
const char * | av_stereo3d_type_name (unsigned int type) |
Provide a human-readable name of a given stereo3d type. More... | |
int | av_stereo3d_from_name (const char *name) |
Get the AVStereo3DType form a human-readable name. More... | |
Variables | |
static const char *const | stereo3d_type_names [] |
|
static |
Definition at line 47 of file stereo3d.c.
Referenced by av_stereo3d_from_name(), and av_stereo3d_type_name().