#include "config.h"
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <poll.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
#include "libavutil/internal.h"
#include "libavutil/log.h"
#include "libavutil/opt.h"
#include "avdevice.h"
#include "libavformat/dv.h"
#include "dv1394.h"
Go to the source code of this file.
Initial value:= {
}
#define AV_OPT_FLAG_DECODING_PARAM
a generic parameter which can be set by the user for demuxing or decoding
#define DV1394_DEFAULT_CHANNEL
Definition at line 214 of file dv1394.c.
Initial value:= {
.class_name = "DV1394 indev",
}
#define LIBAVUTIL_VERSION_INT
static const AVOption options[]
Definition at line 222 of file dv1394.c.
Initial value:= {
.name = "dv1394",
}
static const AVClass dv1394_class
static int dv1394_read_header(AVFormatContext *context)
static int dv1394_read_packet(AVFormatContext *context, AVPacket *pkt)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int read_header(FFV1Context *f)
static int dv1394_close(AVFormatContext *context)
Definition at line 230 of file dv1394.c.