mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-10 03:32:22 +08:00
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 Originally committed as revision 9155 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:

committed by
Benoit Fouet

parent
9f6c879365
commit
154e30f6c2
@ -183,8 +183,8 @@ static void svq3_add_idct_c (uint8_t *dst, DCTELEM *block, int stride, int qp, i
|
||||
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]=
|
||||
|
Reference in New Issue
Block a user