FFmpeg
Data Fields
DVPacket Struct Reference

For DV, one packet corresponds exactly to one frame. More...

Data Fields

uint8_t * buf
 actual buffer data More...
 
int len
 size of buffer allocated More...
 
struct DVPacketnext
 next DVPacket More...
 
int64_t pts
 
uint8_t * data
 
int size
 
int stream_index
 
int flags
 
int64_t pos
 
int64_t duration
 

Detailed Description

For DV, one packet corresponds exactly to one frame.

For HDV, these are MPEG2 transport stream packets. The queue is implemented as linked list.

Definition at line 52 of file iec61883.c.

Field Documentation

◆ buf

uint8_t* DVPacket::buf

◆ len

int DVPacket::len

size of buffer allocated

Definition at line 54 of file iec61883.c.

Referenced by iec61883_callback(), iec61883_parse_queue_dv(), and iec61883_parse_queue_hdv().

◆ next

struct DVPacket* DVPacket::next

◆ pts

int64_t DVPacket::pts

Definition at line 45 of file dv.c.

◆ data

uint8_t* DVPacket::data

Definition at line 46 of file dv.c.

◆ size

int DVPacket::size

Definition at line 47 of file dv.c.

◆ stream_index

int DVPacket::stream_index

Definition at line 48 of file dv.c.

◆ flags

int DVPacket::flags

Definition at line 49 of file dv.c.

◆ pos

int64_t DVPacket::pos

Definition at line 50 of file dv.c.

◆ duration

int64_t DVPacket::duration

Definition at line 51 of file dv.c.


The documentation for this struct was generated from the following files: