Commit 9a07c15f authored by Paul B Mahol's avatar Paul B Mahol

avcodec/pafaudio: use paf.h instead

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 02dc75f2
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment