Revision 849f1035 libavcodec/ffv1.c
libavcodec/ffv1.c | ||
---|---|---|
186 | 186 |
DSPContext dsp; |
187 | 187 |
}FFV1Context; |
188 | 188 |
|
189 |
static always_inline int fold(int diff, int bits){ |
|
189 |
static av_always_inline int fold(int diff, int bits){
|
|
190 | 190 |
if(bits==8) |
191 | 191 |
diff= (int8_t)diff; |
192 | 192 |
else{ |
Also available in: Unified diff