From 736affc4b2059fa2134cd9eba1847ccdd9eecf7b Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 24 Jun 2007 12:40:51 +0000 Subject: ff_gcd is already in libavutil/common.h, no need for an extra prototype here git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23643 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libaf/af_lavcresample.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libaf/af_lavcresample.c b/libaf/af_lavcresample.c index 931f5143cc..fd288bf4be 100644 --- a/libaf/af_lavcresample.c +++ b/libaf/af_lavcresample.c @@ -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; -- cgit v1.2.3