[FFmpeg-cvslog] imgconvert: remove unused glue and xglue macros

Stefano Sabatini git at videolan.org
Fri Jul 22 12:16:56 CEST 2011


ffmpeg | branch: master | Stefano Sabatini <stefano.sabatini-lala at poste.it> | Tue Jul 19 14:23:47 2011 +0200| [09e8163625ec985fa4388000fe90b9a3550122aa] | committer: Diego Biurrun

imgconvert: remove unused glue and xglue macros

Signed-off-by: Diego Biurrun <diego at biurrun.de>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=09e8163625ec985fa4388000fe90b9a3550122aa
---

 libavcodec/imgconvert.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/libavcodec/imgconvert.c b/libavcodec/imgconvert.c
index 351ed7a..c446aac 100644
--- a/libavcodec/imgconvert.c
+++ b/libavcodec/imgconvert.c
@@ -42,9 +42,6 @@
 #include "x86/dsputil_mmx.h"
 #endif
 
-#define xglue(x, y) x ## y
-#define glue(x, y) xglue(x, y)
-
 #define FF_COLOR_RGB      0 /**< RGB color space */
 #define FF_COLOR_GRAY     1 /**< gray color space */
 #define FF_COLOR_YUV      2 /**< YUV color space. 16 <= Y <= 235, 16 <= U, V <= 240 */



More information about the ffmpeg-cvslog mailing list