| 
    FFmpeg
    
   | 
 
#include "libavutil/audio_fifo.h"#include "libavutil/mem.h"#include "avcodec.h"#include "codec_internal.h"#include "decode.h"#include "get_bits.h"Go to the source code of this file.
Data Structures | |
| struct | ChContext | 
| struct | APACContext | 
Functions | |
| static av_cold int | apac_close (AVCodecContext *avctx) | 
| static av_cold int | apac_init (AVCodecContext *avctx) | 
| static int | get_code (ChContext *c, GetBitContext *gb) | 
| static int | apac_decode (AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *pkt) | 
Variables | |
| const FFCodec | ff_apac_decoder | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
Definition at line 102 of file apac.c.
Referenced by apac_decode().
      
  | 
  static | 
| const FFCodec ff_apac_decoder | 
 1.8.17