Searched defs:MuxerPriv (Results 1 – 5 of 5) sorted by relevance
78 typedef struct MuxerPriv { struct79 uint32_t abcd[4];80 union {84 uint64_t len;85 FILE *f;87 uint8_t *bswap;88 int bswap_w;
38 typedef struct MuxerPriv { struct39 FILE *f;40 int first;41 unsigned fps[2];
40 typedef struct MuxerPriv { struct41 XXH3_state_t* state;42 FILE *f;
37 typedef struct MuxerPriv { struct38 FILE *f;
33 typedef struct MuxerPriv MuxerPriv; typedef