mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
avcodec/pafaudio: use paf.h instead
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
02dc75f218
commit
9a07c15f48
@ -24,9 +24,7 @@
|
||||
#include "avcodec.h"
|
||||
#include "internal.h"
|
||||
#include "mathops.h"
|
||||
|
||||
#define PAF_SOUND_SAMPLES 2205
|
||||
#define PAF_SOUND_FRAME_SIZE ((256 + PAF_SOUND_SAMPLES) * 2)
|
||||
#include "paf.h"
|
||||
|
||||
static av_cold int paf_audio_init(AVCodecContext *avctx)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user