|
|
const AVClass * | class |
| |
|
ModPlugFile * | f |
| |
|
uint8_t * | buf |
| | input file content
|
| |
|
int | noise_reduction |
| |
|
int | reverb_depth |
| |
|
int | reverb_delay |
| |
|
int | bass_amount |
| |
|
int | bass_range |
| |
|
int | surround_depth |
| |
|
int | surround_delay |
| |
|
int | max_size |
| | max file size to allocate
|
| |
|
double | ts_per_packet |
| | used to define the pts/dts using packet_count;
|
| |
|
int | packet_count |
| | total number of audio packets
|
| |
|
int | print_textinfo |
| | bool flag for printing speed, tempo, order, ...
|
| |
|
int | video_stream |
| | 1 if the user want a video stream, otherwise 0
|
| |
|
int | w |
| | video stream width in char (one char = 8x8px)
|
| |
|
int | h |
| | video stream height in char (one char = 8x8px)
|
| |
|
int | video_switch |
| | 1 if current packet is video, otherwise 0
|
| |
|
int | fsize |
| | constant frame size
|
| |
|
int | linesize |
| | line size in bytes
|
| |
|
char * | color_eval |
| | color eval user input expression
|
| |
|
AVExpr * | expr |
| | parsed color eval expression
|
| |
The documentation for this struct was generated from the following file: