FFmpeg
Public Attributes | List of all members
FrameListData Struct Reference

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 FrameListDatanext
 
void * buf_alpha
 
size_t sz_alpha
 
uint64_t sse [4]
 
int have_sse
 true if we have pending sse[]
 
uint64_t frame_number
 

Detailed Description

Portion of struct vpx_codec_cx_pkt from vpx_encoder.h.

One encoded frame returned from the library.


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