FFmpeg
|
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 DVPacket * | next |
next DVPacket More... | |
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 55 of file iec61883.c.
uint8_t* DVPacket::buf |
actual buffer data
Definition at line 56 of file iec61883.c.
int DVPacket::len |
size of buffer allocated
Definition at line 57 of file iec61883.c.
struct DVPacket* DVPacket::next |