|
FFmpeg
|
For DV, one packet corresponds exactly to one frame. More...
Public Attributes | |
| uint8_t * | buf |
| actual buffer data | |
| int | len |
| size of buffer allocated | |
| struct DVPacket * | next |
| next DVPacket | |
For DV, one packet corresponds exactly to one frame.
For HDV, these are MPEG2 transport stream packets. The queue is implemented as linked list.
1.8.12