FFmpeg
Data Fields
libx265Context Struct Reference

Data Fields

const AVClassclass
 
x265_encoder * encoder
 
x265_param * params
 
const x265_api * api
 
float crf
 
int cqp
 
int forced_idr
 
char * preset
 
char * tune
 
char * profile
 
AVDictionaryx265_opts
 
void * sei_data
 
int sei_data_size
 
int udu_sei
 
int roi_warned
 If the encoder does not support ROI then warn the first time we encounter a frame with ROI side data. More...
 

Detailed Description

Definition at line 40 of file libx265.c.

Field Documentation

◆ class

const AVClass* libx265Context::class

Definition at line 41 of file libx265.c.

◆ encoder

x265_encoder* libx265Context::encoder

Definition at line 43 of file libx265.c.

◆ params

x265_param* libx265Context::params

Definition at line 44 of file libx265.c.

◆ api

const x265_api* libx265Context::api

Definition at line 45 of file libx265.c.

◆ crf

float libx265Context::crf

Definition at line 47 of file libx265.c.

◆ cqp

int libx265Context::cqp

Definition at line 48 of file libx265.c.

◆ forced_idr

int libx265Context::forced_idr

Definition at line 49 of file libx265.c.

◆ preset

char* libx265Context::preset

Definition at line 50 of file libx265.c.

◆ tune

char* libx265Context::tune

Definition at line 51 of file libx265.c.

◆ profile

char* libx265Context::profile

Definition at line 52 of file libx265.c.

◆ x265_opts

AVDictionary* libx265Context::x265_opts

Definition at line 53 of file libx265.c.

◆ sei_data

void* libx265Context::sei_data

Definition at line 55 of file libx265.c.

◆ sei_data_size

int libx265Context::sei_data_size

Definition at line 56 of file libx265.c.

◆ udu_sei

int libx265Context::udu_sei

Definition at line 57 of file libx265.c.

◆ roi_warned

int libx265Context::roi_warned

If the encoder does not support ROI then warn the first time we encounter a frame with ROI side data.

Definition at line 63 of file libx265.c.


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