#include "avformat.h"
Go to the source code of this file.
Typedefs | |
typedef struct DVDemuxContext | DVDemuxContext |
typedef struct DVMuxContext | DVMuxContext |
Functions | |
DVDemuxContext * | dv_init_demux (AVFormatContext *s) |
int | dv_get_packet (DVDemuxContext *, AVPacket *) |
int | dv_produce_packet (DVDemuxContext *, AVPacket *, uint8_t *, int, int64_t) |
void | dv_offset_reset (DVDemuxContext *c, int64_t frame_offset) |
typedef struct DVDemuxContext DVDemuxContext |
typedef struct DVMuxContext DVMuxContext |
int dv_get_packet | ( | DVDemuxContext * | , | |
AVPacket * | ||||
) |
Definition at line 315 of file dv.c.
Referenced by avi_read_packet(), dv1394_read_packet(), dv_read_packet(), and mov_read_packet().
DVDemuxContext* dv_init_demux | ( | AVFormatContext * | s | ) |
Definition at line 286 of file dv.c.
Referenced by avi_read_header(), dv1394_read_header(), dv_read_header(), and ff_mov_read_stsd_entries().
void dv_offset_reset | ( | DVDemuxContext * | c, | |
int64_t | frame_offset | |||
) |
int dv_produce_packet | ( | DVDemuxContext * | , | |
AVPacket * | , | |||
uint8_t * | , | |||
int | , | |||
int64_t | ||||
) |
Definition at line 332 of file dv.c.
Referenced by dv1394_read_packet(), dv_read_packet(), and mov_read_packet().