forked from FFmpeg/FFmpeg
bpostproc/postprocess_template: drop avoidable #ifdef
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
93f4538363
commit
fc90d1502a
1 changed files with 2 additions and 3 deletions
|
@ -3481,9 +3481,8 @@ static void RENAME(postProcess)(const uint8_t src[], int srcStride, uint8_t dst[
|
|||
int endx = FFMIN(width, x+32);
|
||||
for(; x < endx; x+=BLOCK_SIZE){
|
||||
const int stride= dstStride;
|
||||
#if TEMPLATE_PP_MMX
|
||||
uint8_t *tmpXchg;
|
||||
#endif
|
||||
av_unused uint8_t *tmpXchg;
|
||||
|
||||
if(isColor){
|
||||
QP= QPptr[x>>qpHShift];
|
||||
c.nonBQP= nonBQPptr[x>>qpHShift];
|
||||
|
|
Loading…
Add table
Reference in a new issue