FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
DVDemuxContext Struct Reference

Data Fields

const AVDVProfilesys
 
AVFormatContextfctx
 
AVStreamvst
 
AVStreamast [4]
 
AVPacket audio_pkt [4]
 
uint8_t audio_buf [4][8192]
 
int ach
 
int frames
 
uint64_t abytes
 

Detailed Description

Definition at line 43 of file dv.c.

Field Documentation

const AVDVProfile* DVDemuxContext::sys
AVFormatContext* DVDemuxContext::fctx

Definition at line 45 of file dv.c.

Referenced by avpriv_dv_init_demux(), dv_extract_audio_info(), and ff_dv_offset_reset().

AVStream* DVDemuxContext::vst

Definition at line 46 of file dv.c.

Referenced by avpriv_dv_init_demux(), avpriv_dv_produce_packet(), and dv_extract_video_info().

AVStream* DVDemuxContext::ast[4]
AVPacket DVDemuxContext::audio_pkt[4]

Definition at line 48 of file dv.c.

Referenced by avpriv_dv_get_packet(), avpriv_dv_produce_packet(), and dv_extract_audio_info().

uint8_t DVDemuxContext::audio_buf[4][8192]

Definition at line 49 of file dv.c.

Referenced by avpriv_dv_produce_packet(), and dv_extract_audio_info().

int DVDemuxContext::ach
int DVDemuxContext::frames

Definition at line 51 of file dv.c.

Referenced by avpriv_dv_produce_packet(), and ff_dv_offset_reset().

uint64_t DVDemuxContext::abytes

Definition at line 52 of file dv.c.

Referenced by avpriv_dv_produce_packet(), and ff_dv_offset_reset().


The documentation for this struct was generated from the following file: