ffmpeg | branch: master | Michael Niedermayer <[email protected]> | Mon Mar 23 00:16:07 2015 +0100| [fc90d1502a54251b86cc6d25d9df4394445ecc21] | committer: Michael Niedermayer
bpostproc/postprocess_template: drop avoidable #ifdef Signed-off-by: Michael Niedermayer <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fc90d1502a54251b86cc6d25d9df4394445ecc21 --- libpostproc/postprocess_template.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libpostproc/postprocess_template.c b/libpostproc/postprocess_template.c index 9049c81..680549e 100644 --- a/libpostproc/postprocess_template.c +++ b/libpostproc/postprocess_template.c @@ -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]; _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
