changeset 23623:cc3baf55288d

ff_gcd is already in libavutil/common.h, no need for an extra prototype here
author reimar
date Sun, 24 Jun 2007 12:40:51 +0000
parents fdd016bae333
children f86b9bcf2d03
files libaf/af_lavcresample.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libaf/af_lavcresample.c	Sun Jun 24 12:32:33 2007 +0000
+++ b/libaf/af_lavcresample.c	Sun Jun 24 12:40:51 2007 +0000
@@ -17,8 +17,6 @@
 #include "rational.h"
 #endif
 
-int64_t ff_gcd(int64_t a, int64_t b);
-
 // Data for specific instances of this filter
 typedef struct af_resample_s{
     struct AVResampleContext *avrctx;