# HG changeset patch # User benoit # Date 1180517589 0 # Node ID 16cce5d6ff9f72ec70acd665ad6c62d35004f4ad # Parent 8a0062b81dcc026db84dde66a39d96e455e3d601 rename attribute_unused to av_unused as it is declared in common.h patch by Carl Eugen Hoyos cehoyos chez ag or at original thread: [FFmpeg-devel] [PATCH] attribute_unused -> av_unused date: 05/29/2007 01:23 PM diff -r 8a0062b81dcc -r 16cce5d6ff9f libswscale/swscale.c --- a/libswscale/swscale.c Wed May 30 08:36:38 2007 +0000 +++ b/libswscale/swscale.c Wed May 30 09:33:09 2007 +0000 @@ -457,7 +457,7 @@ int Y2 = 1<<18;\ int U = 1<<18;\ int V = 1<<18;\ - type attribute_unused *r, *b, *g;\ + type av_unused *r, *b, *g;\ const int i2= 2*i;\ \ for (j=0; j>1)*srcStride[2];\ unsigned int h_size= c->dstW>>3;\ while (h_size--) {\ - int attribute_unused U, V;\ + int av_unused U, V;\ int Y;\ #define EPILOG(dst_delta)\