Commit a49bdcde authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '09d4389d'

* commit '09d4389d':
  hpeldsp_template: Drop av_unused attribute from *_no_rnd_pixels16_8_c functions
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 2d15e0c0 09d4389d
......@@ -309,7 +309,7 @@ CALL_2X_PIXELS(OPNAME ## _pixels16_y2_8_c, \
CALL_2X_PIXELS(OPNAME ## _pixels16_xy2_8_c, \
OPNAME ## _pixels8_xy2_8_c, \
8) \
av_unused CALL_2X_PIXELS(OPNAME ## _no_rnd_pixels16_8_c, \
CALL_2X_PIXELS(OPNAME ## _no_rnd_pixels16_8_c, \
OPNAME ## _pixels8_8_c, \
8) \
CALL_2X_PIXELS(OPNAME ## _no_rnd_pixels16_x2_8_c, \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment