FFmpeg
Typedefs | Functions
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 726 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 ,
AVPacket  
)

Definition at line 731 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 ,
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().

◆ ff_dv_ts_reset()

void ff_dv_ts_reset ( DVDemuxContext c,
int64_t  ts_video 
)

Referenced by avi_read_seek().