FrameListData Struct Reference

Portion of struct vpx_codec_cx_pkt from vpx_encoder.h. More...


Data Fields

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


Detailed Description

Portion of struct vpx_codec_cx_pkt from vpx_encoder.h.

One encoded frame returned from the library.

Definition at line 41 of file libvpxenc.c.


Field Documentation

compressed data buffer

Definition at line 42 of file libvpxenc.c.

Referenced by codecctl_int(), cx_pktcpy(), free_coded_frame(), queue_frames(), and storeframe().

unsigned long FrameListData::duration

duration to show frame (in timebase units)

Definition at line 46 of file libvpxenc.c.

Referenced by cx_pktcpy().

flags for this frame

Definition at line 48 of file libvpxenc.c.

Referenced by cx_pktcpy(), and storeframe().

Definition at line 49 of file libvpxenc.c.

Referenced by coded_frame_add(), free_frame_list(), and queue_frames().

time stamp to show frame (in timebase units)

Definition at line 44 of file libvpxenc.c.

Referenced by cx_pktcpy(), and storeframe().

length of compressed data

Definition at line 43 of file libvpxenc.c.

Referenced by cx_pktcpy(), queue_frames(), and storeframe().


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

Generated on Fri Oct 26 02:46:16 2012 for FFmpeg by  doxygen 1.5.8