[MPlayer-cvslog] r23643 - trunk/libaf/af_lavcresample.c
reimar
subversion at mplayerhq.hu
Sun Jun 24 14:40:51 CEST 2007
Author: reimar
Date: Sun Jun 24 14:40:51 2007
New Revision: 23643
Log:
ff_gcd is already in libavutil/common.h, no need for an extra prototype here
Modified:
trunk/libaf/af_lavcresample.c
Modified: trunk/libaf/af_lavcresample.c
==============================================================================
--- trunk/libaf/af_lavcresample.c (original)
+++ trunk/libaf/af_lavcresample.c Sun Jun 24 14:40:51 2007
@@ -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;
More information about the MPlayer-cvslog
mailing list