FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
PacketDesc Struct Reference

Data Fields

int64_t pts
 
int64_t dts
 
int size
 
int unwritten_size
 
int flags
 
struct PacketDescnext
 

Detailed Description

Definition at line 37 of file mpegenc.c.

Field Documentation

int64_t PacketDesc::pts

Definition at line 38 of file mpegenc.c.

Referenced by mpeg_mux_write_packet(), and output_packet().

int64_t PacketDesc::dts

Definition at line 39 of file mpegenc.c.

Referenced by mpeg_mux_write_packet(), output_packet(), and remove_decoded_packets().

int PacketDesc::size
int PacketDesc::unwritten_size

Definition at line 41 of file mpegenc.c.

Referenced by get_nb_frames(), mpeg_mux_write_packet(), and output_packet().

int PacketDesc::flags

Definition at line 42 of file mpegenc.c.

struct PacketDesc* PacketDesc::next

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