FFmpeg  4.0.3
Data Fields
WebpContext Struct Reference

Data Fields

AVClassclass
 
int frame_count
 
AVPacket last_pkt
 
int loop
 
int wrote_webp_header
 
int using_webp_anim_encoder
 

Detailed Description

Definition at line 27 of file webpenc.c.

Field Documentation

◆ class

AVClass* WebpContext::class

Definition at line 28 of file webpenc.c.

◆ frame_count

int WebpContext::frame_count

Definition at line 29 of file webpenc.c.

Referenced by flush(), webp_write_packet(), and webp_write_trailer().

◆ last_pkt

AVPacket WebpContext::last_pkt

Definition at line 30 of file webpenc.c.

Referenced by flush(), and webp_write_packet().

◆ loop

int WebpContext::loop

Definition at line 31 of file webpenc.c.

Referenced by flush(), and webp_write_trailer().

◆ wrote_webp_header

int WebpContext::wrote_webp_header

Definition at line 32 of file webpenc.c.

Referenced by flush(), and webp_write_packet().

◆ using_webp_anim_encoder

int WebpContext::using_webp_anim_encoder

Definition at line 33 of file webpenc.c.

Referenced by webp_write_packet(), and webp_write_trailer().


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