FFmpeg
|
Data Fields | |
const DVprofile * | sys |
AVFormatContext * | fctx |
AVStream * | vst |
AVStream * | ast [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 libavformat/dv.c.
Field Documentation
uint64_t DVDemuxContext::abytes |
Definition at line 52 of file libavformat/dv.c.
Referenced by avpriv_dv_produce_packet(), and ff_dv_offset_reset().
int DVDemuxContext::ach |
Definition at line 50 of file libavformat/dv.c.
Referenced by avpriv_dv_get_packet(), avpriv_dv_produce_packet(), dv_extract_audio_info(), and ff_dv_offset_reset().
AVStream* DVDemuxContext::ast[4] |
Definition at line 47 of file libavformat/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 libavformat/dv.c.
Referenced by avpriv_dv_produce_packet(), and dv_extract_audio_info().
AVPacket DVDemuxContext::audio_pkt[4] |
Definition at line 48 of file libavformat/dv.c.
Referenced by avpriv_dv_get_packet(), avpriv_dv_produce_packet(), dv_extract_audio_info(), and ff_dv_offset_reset().
AVFormatContext* DVDemuxContext::fctx |
Definition at line 45 of file libavformat/dv.c.
Referenced by avpriv_dv_init_demux(), dv_extract_audio_info(), and ff_dv_offset_reset().
int DVDemuxContext::frames |
Definition at line 51 of file libavformat/dv.c.
Referenced by avpriv_dv_produce_packet(), and ff_dv_offset_reset().
const DVprofile* DVDemuxContext::sys |
Definition at line 44 of file libavformat/dv.c.
Referenced by avpriv_dv_produce_packet(), dv_extract_audio_info(), dv_extract_timecode(), dv_extract_video_info(), dv_frame_offset(), dv_read_header(), dv_read_packet(), dv_read_seek(), and ff_dv_offset_reset().
AVStream* DVDemuxContext::vst |
Definition at line 46 of file libavformat/dv.c.
Referenced by avpriv_dv_init_demux(), avpriv_dv_produce_packet(), dv_extract_video_info(), and dv_frame_offset().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:11 for FFmpeg by 1.8.11