| FFmpeg
    | 
NellyMoserEncodeContext Struct Reference
  
Collaboration diagram for NellyMoserEncodeContext:

| Data Fields | |
| AVCodecContext * | avctx | 
| int | last_frame | 
| AVFloatDSPContext | fdsp | 
| FFTContext | mdct_ctx | 
| AudioFrameQueue | afq | 
Detailed Description
Definition at line 54 of file nellymoserenc.c.
Field Documentation
| AudioFrameQueue NellyMoserEncodeContext::afq | 
Definition at line 59 of file nellymoserenc.c.
Referenced by encode_end(), encode_frame(), and encode_init().
| AVCodecContext* NellyMoserEncodeContext::avctx | 
Definition at line 55 of file nellymoserenc.c.
Referenced by encode_block(), encode_end(), and encode_init().
| AVFloatDSPContext NellyMoserEncodeContext::fdsp | 
Definition at line 57 of file nellymoserenc.c.
Referenced by apply_mdct(), and encode_init().
| int NellyMoserEncodeContext::last_frame | 
Definition at line 56 of file nellymoserenc.c.
Referenced by encode_frame().
| FFTContext NellyMoserEncodeContext::mdct_ctx | 
Definition at line 58 of file nellymoserenc.c.
Referenced by apply_mdct(), encode_end(), and encode_init().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:27 for FFmpeg by
 1.8.11
 1.8.11