|
FFmpeg
|
Go to the source code of this file.
Macros | |
| #define | PAF_SOUND_SAMPLES 2205 |
| #define | PAF_SOUND_FRAME_SIZE ((256 + PAF_SOUND_SAMPLES) * 2) |
Functions | |
| static av_cold int | paf_audio_init (AVCodecContext *avctx) |
| static int | paf_audio_decode (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *pkt) |
Variables | |
| AVCodec | ff_paf_audio_decoder |
| #define PAF_SOUND_SAMPLES 2205 |
Definition at line 28 of file pafaudio.c.
Referenced by paf_audio_decode().
| #define PAF_SOUND_FRAME_SIZE ((256 + PAF_SOUND_SAMPLES) * 2) |
Definition at line 29 of file pafaudio.c.
Referenced by paf_audio_decode().
|
static |
Definition at line 31 of file pafaudio.c.
|
static |
Definition at line 44 of file pafaudio.c.
| AVCodec ff_paf_audio_decoder |
Definition at line 76 of file pafaudio.c.
1.8.2