avcodec/pafaudio: use paf.h instead
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -24,9 +24,7 @@
|
|||||||
#include "avcodec.h"
|
#include "avcodec.h"
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
#include "mathops.h"
|
#include "mathops.h"
|
||||||
|
#include "paf.h"
|
||||||
#define PAF_SOUND_SAMPLES 2205
|
|
||||||
#define PAF_SOUND_FRAME_SIZE ((256 + PAF_SOUND_SAMPLES) * 2)
|
|
||||||
|
|
||||||
static av_cold int paf_audio_init(AVCodecContext *avctx)
|
static av_cold int paf_audio_init(AVCodecContext *avctx)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user