Mercurial > mplayer.hg
diff libaf/af_lavcresample.c @ 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 | dfe4db89562c |
children | b2402b4f0afa |
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;