ffmpeg | branch: master | Paul B Mahol <[email protected]> | Tue Aug 19 13:35:44 2014 +0000| [9a07c15f4893a014ea5f154196a78735f2cb1d24] | committer: Paul B Mahol
avcodec/pafaudio: use paf.h instead Signed-off-by: Paul B Mahol <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9a07c15f4893a014ea5f154196a78735f2cb1d24 --- libavcodec/pafaudio.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libavcodec/pafaudio.c b/libavcodec/pafaudio.c index 9b48533..aaaef5e 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) { _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
