From 5f24c84bddd59e2d1744408f2c3694050d7d3d3d Mon Sep 17 00:00:00 2001 From: Mike Melanson Date: Wed, 2 Aug 2006 07:02:37 +0000 Subject: sync to FFmpeg 51.11.0 CVS patchset: 8146 CVS date: 2006/08/02 07:02:37 --- src/libffmpeg/libavcodec/interplayvideo.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/libffmpeg/libavcodec/interplayvideo.c') diff --git a/src/libffmpeg/libavcodec/interplayvideo.c b/src/libffmpeg/libavcodec/interplayvideo.c index 588485a0a..73165e795 100644 --- a/src/libffmpeg/libavcodec/interplayvideo.c +++ b/src/libffmpeg/libavcodec/interplayvideo.c @@ -49,11 +49,7 @@ #if DEBUG_INTERPLAY #define debug_interplay(x,...) av_log(NULL, AV_LOG_DEBUG, x, __VA_ARGS__) #else -static inline void -#ifdef __GNUC__ -__attribute__ ((__format__ (__printf__, 1, 2))) -#endif -debug_interplay(const char *format, ...) { } +static inline void debug_interplay(const char *format, ...) { } #endif typedef struct IpvideoContext { -- cgit v1.2.3