]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/pafaudio.c
Do not print a useless error number if mov header reading fails.
[ffmpeg] / libavcodec / pafaudio.c
index 9b485335ec7481b1b2ca27fbeec98a40ef103dd9..aaaef5e9c847f9db844a69a05fb3b31cdc50f2ea 100644 (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)
 {