| FFmpeg
    | 
| Data Fields | |
| th_enc_ctx * | t_state | 
| uint8_t * | stats | 
| int | stats_size | 
| int | stats_offset | 
| int | uv_hshift | 
| int | uv_vshift | 
| int | keyframe_mask | 
Detailed Description
Definition at line 45 of file libtheoraenc.c.
Field Documentation
| int TheoraContext::keyframe_mask | 
Definition at line 52 of file libtheoraenc.c.
Referenced by encode_frame(), and encode_init().
| uint8_t* TheoraContext::stats | 
Definition at line 47 of file libtheoraenc.c.
Referenced by encode_close(), get_stats(), and submit_stats().
| int TheoraContext::stats_offset | 
Definition at line 49 of file libtheoraenc.c.
Referenced by get_stats(), and submit_stats().
| int TheoraContext::stats_size | 
Definition at line 48 of file libtheoraenc.c.
Referenced by get_stats(), and submit_stats().
| th_enc_ctx* TheoraContext::t_state | 
Definition at line 46 of file libtheoraenc.c.
Referenced by encode_close(), encode_frame(), encode_init(), get_stats(), and submit_stats().
| int TheoraContext::uv_hshift | 
Definition at line 50 of file libtheoraenc.c.
Referenced by encode_frame(), and encode_init().
| int TheoraContext::uv_vshift | 
Definition at line 51 of file libtheoraenc.c.
Referenced by encode_frame(), and encode_init().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:27 for FFmpeg by
 1.8.11
 1.8.11