FFmpeg
|
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] |
int | update |
int | use_strftime |
const char * | muxer |
const AVClass* VideoMuxData::class |
int VideoMuxData::img_number |
Definition at line 36 of file img2enc.c.
Referenced by write_packet().
int VideoMuxData::is_pipe |
Definition at line 37 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 38 of file img2enc.c.
Referenced by write_header(), and write_packet().
char VideoMuxData::path[1024] |
Definition at line 39 of file img2enc.c.
Referenced by write_header(), and write_packet().
int VideoMuxData::update |
Definition at line 40 of file img2enc.c.
Referenced by write_packet().
int VideoMuxData::use_strftime |
Definition at line 41 of file img2enc.c.
Referenced by write_packet().
const char* VideoMuxData::muxer |
Definition at line 42 of file img2enc.c.
Referenced by write_header(), and write_packet().