|
FFmpeg
|
Portion of struct vpx_codec_cx_pkt from vpx_encoder.h. More...
Public Attributes | |
| void * | buf |
| compressed data buffer | |
| size_t | sz |
| length of compressed data | |
| int64_t | pts |
| time stamp to show frame (in timebase units) | |
| unsigned long | duration |
| duration to show frame (in timebase units) | |
| uint32_t | flags |
| flags for this frame | |
| struct FrameListData * | next |
| void * | buf_alpha |
| size_t | sz_alpha |
| uint64_t | sse [4] |
| int | have_sse |
| true if we have pending sse[] | |
| uint64_t | frame_number |
Portion of struct vpx_codec_cx_pkt from vpx_encoder.h.
One encoded frame returned from the library.
1.8.12