From 9a07c15f4893a014ea5f154196a78735f2cb1d24 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Tue, 19 Aug 2014 13:35:44 +0000 Subject: [PATCH] avcodec/pafaudio: use paf.h instead Signed-off-by: Paul B Mahol --- libavcodec/pafaudio.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libavcodec/pafaudio.c b/libavcodec/pafaudio.c index 9b485335ec..aaaef5e9c8 100644 --- a/libavcodec/pafaudio.c +++ b/libavcodec/pafaudio.c @@ -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) {