FFmpeg
Loading...
Searching...
No Matches
dv.h File Reference
#include "avformat.h"

Go to the source code of this file.

Typedefs

typedef struct DVDemuxContext DVDemuxContext
 

Functions

DVDemuxContextavpriv_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 Documentation

◆ DVDemuxContext

Definition at line 33 of file dv.h.

Function Documentation

◆ avpriv_dv_init_demux()

DVDemuxContext * avpriv_dv_init_demux ( AVFormatContext * s)

Definition at line 728 of file dv.c.

Referenced by avi_read_header(), iec61883_read_header(), and mov_finalize_stsd_codec().

◆ avpriv_dv_get_packet()

int avpriv_dv_get_packet ( DVDemuxContext * c,
AVPacket * pkt )

Definition at line 733 of file dv.c.

Referenced by avi_read_packet(), iec61883_parse_queue_dv(), and mov_read_packet().

◆ avpriv_dv_produce_packet()

int avpriv_dv_produce_packet ( DVDemuxContext * c,
AVPacket * pkt,
uint8_t * buf,
int buf_size,
int64_t pos )

Definition at line 738 of file dv.c.

Referenced by avi_read_packet(), iec61883_parse_queue_dv(), and mov_read_packet().

◆ ff_dv_ts_reset()

void ff_dv_ts_reset ( DVDemuxContext * c,
int64_t ts_video )

Referenced by avi_read_seek().