Searched defs:DVDemuxContext (Results 1 – 2 of 2) sorted by relevance
43 struct DVDemuxContext { struct44 const AVDVProfile* sys; /* Current DV profile. E.g.: 525/60, 625/50 */45 AVFormatContext* fctx;46 AVStream* vst;47 AVStream* ast[4];48 AVPacket audio_pkt[4];49 uint8_t audio_buf[4][8192];50 int ach;51 int frames;
33 typedef struct DVDemuxContext DVDemuxContext; typedef