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

Data Fields

const AVClassclass
 
WavpackContextwv
 
AudioFrameQueue afq
 
AVPacketpkt
 
int user_size
 
int got_output
 

Detailed Description

Definition at line 32 of file libwavpackenc.c.

Field Documentation

const AVClass* LibWavpackContext::class

Definition at line 33 of file libwavpackenc.c.

WavpackContext* LibWavpackContext::wv

Definition at line 34 of file libwavpackenc.c.

Referenced by wavpack_encode_close(), wavpack_encode_frame(), and wavpack_encode_init().

AudioFrameQueue LibWavpackContext::afq

Definition at line 35 of file libwavpackenc.c.

Referenced by wavpack_encode_close(), wavpack_encode_frame(), and wavpack_encode_init().

AVPacket* LibWavpackContext::pkt

Definition at line 37 of file libwavpackenc.c.

Referenced by encode_callback(), and wavpack_encode_frame().

int LibWavpackContext::user_size

Definition at line 38 of file libwavpackenc.c.

Referenced by encode_callback(), and wavpack_encode_frame().

int LibWavpackContext::got_output

Definition at line 40 of file libwavpackenc.c.

Referenced by encode_callback(), and wavpack_encode_frame().


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