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
This commit is contained in:
reimar 2007-06-24 12:40:51 +00:00
parent ce4d47e879
commit 736affc4b2
1 changed files with 0 additions and 2 deletions

View File

@ -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;