Searched defs:MuxerContext (Results 1 – 2 of 2) sorted by relevance
42 struct MuxerContext { struct43 MuxerPriv *data;44 const Muxer *impl;45 int one_file_per_frame;46 unsigned fps[2];47 const char *filename;48 int framenum;49 uint64_t priv_data[];
33 typedef struct MuxerContext MuxerContext; typedef