diff svq3.c @ 5083:ce36118abbbb libavcodec

rename attribute_unused to av_unused and moves its declaration to 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
author benoit
date Wed, 30 May 2007 09:32:25 +0000
parents 71da0c30248b
children 4dbe6578f811
line wrap: on
line diff
--- a/svq3.c	Tue May 29 16:51:55 2007 +0000
+++ b/svq3.c	Wed May 30 09:32:25 2007 +0000
@@ -183,8 +183,8 @@
 static void pred4x4_down_left_svq3_c(uint8_t *src, uint8_t *topright, int stride){
     LOAD_TOP_EDGE
     LOAD_LEFT_EDGE
-    const attribute_unused int unu0= t0;
-    const attribute_unused int unu1= l0;
+    const av_unused int unu0= t0;
+    const av_unused int unu1= l0;
 
     src[0+0*stride]=(l1 + t1)>>1;
     src[1+0*stride]=