mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-25 22:19:17 +00: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:
parent
9f6c879365
commit
154e30f6c2
11 changed files with 39 additions and 39 deletions
|
@ -103,7 +103,7 @@ static inline void refill(RangeCoder *c){
|
|||
|
||||
static inline int get_rac(RangeCoder *c, uint8_t * const state){
|
||||
int range1= (c->range * (*state)) >> 8;
|
||||
int attribute_unused one_mask;
|
||||
int av_unused one_mask;
|
||||
|
||||
c->range -= range1;
|
||||
#if 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue