FFmpeg
4.0
|
Data Fields | |
const AVClass * | class |
Class for private options. More... | |
int | img_number |
int | is_pipe |
int | split_planes |
use independent file for each Y, U, V plane More... | |
char | path [1024] |
char | tmp [4][1024] |
char | target [4][1024] |
int | update |
int | use_strftime |
int | frame_pts |
const char * | muxer |
int | use_rename |
const AVClass* VideoMuxData::class |
int VideoMuxData::img_number |
Definition at line 37 of file img2enc.c.
Referenced by write_packet().
int VideoMuxData::is_pipe |
Definition at line 38 of file img2enc.c.
Referenced by write_header(), and write_packet().
int VideoMuxData::split_planes |
use independent file for each Y, U, V plane
Definition at line 39 of file img2enc.c.
Referenced by write_header(), and write_packet().
char VideoMuxData::path[1024] |
Definition at line 40 of file img2enc.c.
Referenced by write_header(), and write_packet().
char VideoMuxData::tmp[4][1024] |
Definition at line 41 of file img2enc.c.
Referenced by write_packet().
char VideoMuxData::target[4][1024] |
Definition at line 42 of file img2enc.c.
Referenced by write_packet().
int VideoMuxData::update |
Definition at line 43 of file img2enc.c.
Referenced by write_packet().
int VideoMuxData::use_strftime |
Definition at line 44 of file img2enc.c.
Referenced by write_packet().
int VideoMuxData::frame_pts |
Definition at line 45 of file img2enc.c.
Referenced by write_packet().
const char* VideoMuxData::muxer |
Definition at line 46 of file img2enc.c.
Referenced by write_header(), and write_packet().
int VideoMuxData::use_rename |
Definition at line 47 of file img2enc.c.
Referenced by write_packet().