summaryrefslogtreecommitdiffstats
path: root/libaf
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-24 12:40:51 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-24 12:40:51 +0000
commit736affc4b2059fa2134cd9eba1847ccdd9eecf7b (patch)
treef78a86e34ce53f7a80c1f0792d0e89a04463e89d /libaf
parentce4d47e87914f3e4a1ef95ccda1a87e010ffea5c (diff)
downloadmpv-736affc4b2059fa2134cd9eba1847ccdd9eecf7b.tar.bz2
mpv-736affc4b2059fa2134cd9eba1847ccdd9eecf7b.tar.xz
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
Diffstat (limited to 'libaf')
-rw-r--r--libaf/af_lavcresample.c2
1 files changed, 0 insertions, 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;