FFmpeg
Data Fields
Encoder Struct Reference

Data Fields

AVFramesq_frame
 
AVPacketpkt
 
uint64_t data_size
 
uint64_t packets_encoded
 
int opened
 

Detailed Description

Definition at line 41 of file ffmpeg_enc.c.

Field Documentation

◆ sq_frame

AVFrame* Encoder::sq_frame

Definition at line 42 of file ffmpeg_enc.c.

Referenced by enc_free(), enc_open(), and submit_encode_frame().

◆ pkt

AVPacket* Encoder::pkt

Definition at line 45 of file ffmpeg_enc.c.

Referenced by enc_alloc(), enc_free(), enc_subtitle(), and encode_frame().

◆ data_size

uint64_t Encoder::data_size

Definition at line 48 of file ffmpeg_enc.c.

Referenced by enc_stats_write(), encode_frame(), and update_video_stats().

◆ packets_encoded

uint64_t Encoder::packets_encoded

Definition at line 51 of file ffmpeg_enc.c.

Referenced by encode_frame(), and update_video_stats().

◆ opened

int Encoder::opened

Definition at line 53 of file ffmpeg_enc.c.

Referenced by enc_flush(), and enc_open().


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