Home
last modified time | relevance | path

Searched defs:DVDemuxContext (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Ddv.c43 struct DVDemuxContext { struct
44 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;
Ddv.h33 typedef struct DVDemuxContext DVDemuxContext; typedef