| FFmpeg
    | 
#include "libavutil/channel_layout.h"#include "libavutil/intreadwrite.h"#include "avcodec.h"#include "codec_internal.h"#include "decode.h"#include "mathops.h"#include "paf.h"Go to the source code of this file.
| Functions | |
| static av_cold int | paf_audio_init (AVCodecContext *avctx) | 
| static int | paf_audio_decode (AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *pkt) | 
| Variables | |
| const FFCodec | ff_paf_audio_decoder | 
| 
 | static | 
Definition at line 31 of file pafaudio.c.
| 
 | static | 
Definition at line 45 of file pafaudio.c.
| const FFCodec ff_paf_audio_decoder | 
Definition at line 76 of file pafaudio.c.
 1.8.17
 1.8.17