FFmpeg
|
#include "avformat.h"
Go to the source code of this file.
Typedefs | |
typedef struct DVDemuxContext | DVDemuxContext |
Functions | |
DVDemuxContext * | avpriv_dv_init_demux (AVFormatContext *s) |
int | avpriv_dv_get_packet (DVDemuxContext *, AVPacket *) |
int | avpriv_dv_produce_packet (DVDemuxContext *, AVPacket *, uint8_t *, int, int64_t) |
void | ff_dv_ts_reset (DVDemuxContext *c, int64_t ts_video) |
typedef struct DVDemuxContext DVDemuxContext |
DVDemuxContext* avpriv_dv_init_demux | ( | AVFormatContext * | s | ) |
Definition at line 726 of file dv.c.
Referenced by avi_read_header(), iec61883_read_header(), and mov_finalize_stsd_codec().
int avpriv_dv_get_packet | ( | DVDemuxContext * | , |
AVPacket * | |||
) |
Definition at line 731 of file dv.c.
Referenced by avi_read_packet(), iec61883_parse_queue_dv(), and mov_read_packet().
int avpriv_dv_produce_packet | ( | DVDemuxContext * | , |
AVPacket * | , | ||
uint8_t * | , | ||
int | , | ||
int64_t | |||
) |
Definition at line 736 of file dv.c.
Referenced by avi_read_packet(), iec61883_parse_queue_dv(), and mov_read_packet().
void ff_dv_ts_reset | ( | DVDemuxContext * | c, |
int64_t | ts_video | ||
) |
Referenced by avi_read_seek().