# HG changeset patch # User reimar # Date 1182688851 0 # Node ID cc3baf55288dd956d0e3222e9bd68e1e6612093f # Parent fdd016bae333f4d1db0a19f7a73a3352698ca24b ff_gcd is already in libavutil/common.h, no need for an extra prototype here diff -r fdd016bae333 -r cc3baf55288d libaf/af_lavcresample.c --- 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;