FFmpeg
Data Fields
WavpackContext Struct Reference

Data Fields

AVCodecContextavctx
 
WavpackFrameContextfdec [WV_MAX_FRAME_DECODERS]
 
int fdec_num
 
int block
 
int samples
 
int ch_offset
 
AVFrameframe
 
ThreadFrame curr_frame
 
ThreadFrame prev_frame
 
Modulation modulation
 
AVBufferRefdsd_ref
 
DSDContextdsdctx
 
int dsd_channels
 

Detailed Description

Definition at line 101 of file wavpack.c.

Field Documentation

◆ avctx

AVCodecContext* WavpackContext::avctx

Definition at line 102 of file wavpack.c.

◆ fdec

Definition at line 104 of file wavpack.c.

Referenced by wavpack_decode_block().

◆ fdec_num

int WavpackContext::fdec_num

Definition at line 105 of file wavpack.c.

Referenced by wavpack_decode_block().

◆ block

int WavpackContext::block

Definition at line 107 of file wavpack.c.

◆ samples

int WavpackContext::samples

Definition at line 108 of file wavpack.c.

Referenced by wavpack_decode_block().

◆ ch_offset

int WavpackContext::ch_offset

Definition at line 109 of file wavpack.c.

Referenced by wavpack_decode_block().

◆ frame

AVFrame* WavpackContext::frame

Definition at line 111 of file wavpack.c.

Referenced by wavpack_decode_block().

◆ curr_frame

ThreadFrame WavpackContext::curr_frame

Definition at line 112 of file wavpack.c.

Referenced by wavpack_decode_block().

◆ prev_frame

ThreadFrame WavpackContext::prev_frame

Definition at line 112 of file wavpack.c.

Referenced by wavpack_decode_block().

◆ modulation

Modulation WavpackContext::modulation

Definition at line 113 of file wavpack.c.

Referenced by wavpack_decode_block().

◆ dsd_ref

AVBufferRef* WavpackContext::dsd_ref

Definition at line 115 of file wavpack.c.

◆ dsdctx

DSDContext* WavpackContext::dsdctx

Definition at line 116 of file wavpack.c.

Referenced by wavpack_decode_block().

◆ dsd_channels

int WavpackContext::dsd_channels

Definition at line 117 of file wavpack.c.

Referenced by wavpack_decode_block().


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