FFmpeg
|
#include "config.h"
#include "libavutil/imgutils.h"
#include "libavutil/internal.h"
#include "libavutil/log.h"
#include "libavutil/mathematics.h"
#include "libavutil/opt.h"
#include "libavutil/parseutils.h"
#include "libavutil/pixdesc.h"
#include "libavformat/avformat.h"
#include "libavformat/internal.h"
Go to the source code of this file.
Data Structures | |
struct | dc1394_data |
struct | dc1394_frame_format |
struct | dc1394_frame_rate |
Macros | |
#define | OFFSET(x) offsetof(dc1394_data, x) |
#define | DEC AV_OPT_FLAG_DECODING_PARAM |
Functions | |
static int | dc1394_read_common (AVFormatContext *c, const struct dc1394_frame_format **select_fmt, const struct dc1394_frame_rate **select_fps) |
Variables | |
static const struct dc1394_frame_format | dc1394_frame_formats [] |
static const struct dc1394_frame_rate | dc1394_frame_rates [] |
static const AVOption | options [] |
static const AVClass | libdc1394_class |
#define OFFSET | ( | x | ) | offsetof(dc1394_data, x) |
Definition at line 103 of file libdc1394.c.
#define DEC AV_OPT_FLAG_DECODING_PARAM |
Definition at line 104 of file libdc1394.c.
|
inlinestatic |
Definition at line 124 of file libdc1394.c.
|
static |
Referenced by dc1394_read_common().
|
static |
Referenced by dc1394_read_common().
|
static |
Definition at line 105 of file libdc1394.c.
|
static |
Definition at line 115 of file libdc1394.c.