Browse Source

avcodec/pafaudio: use paf.h instead

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n2.4
Paul B Mahol 11 years ago
parent
commit
9a07c15f48
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      libavcodec/pafaudio.c

+ 1
- 3
libavcodec/pafaudio.c View File

@@ -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…
Cancel
Save