FFmpeg
|
#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.
Data Structures | |
struct | dv1394_data |
Functions | |
static int | dv1394_reset (struct dv1394_data *dv) |
static int | dv1394_start (struct dv1394_data *dv) |
static int | dv1394_read_header (AVFormatContext *context) |
static int | dv1394_read_packet (AVFormatContext *context, AVPacket *pkt) |
static int | dv1394_close (AVFormatContext *context) |
Variables | |
static const AVOption | options [] |
static const AVClass | dv1394_class |
AVInputFormat | ff_dv1394_demuxer |
|
static |
Definition at line 57 of file dv1394.c.
Referenced by dv1394_read_header(), and dv1394_read_packet().
|
static |
Definition at line 73 of file dv1394.c.
Referenced by dv1394_read_header(), and dv1394_read_packet().
|
static |
|
static |
|
static |
|
static |
|
static |
AVInputFormat ff_dv1394_demuxer |