Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-03-26 18:40:50 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-03-26 18:41:02 +0400
commita49bdcdee5495c0e09019910a089e7c07963f6b0 (patch)
treed7330abc4be701388f83c6b92e177cb2d937a342 /libavcodec
parent2d15e0c01dfd36270508a37004b1ef778198dd0c (diff)
parent09d4389de10b03ea65a84eaf3d6c4b7a7538ad75 (diff)
Merge commit '09d4389de10b03ea65a84eaf3d6c4b7a7538ad75'
* commit '09d4389de10b03ea65a84eaf3d6c4b7a7538ad75': hpeldsp_template: Drop av_unused attribute from *_no_rnd_pixels16_8_c functions Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/hpeldsp_template.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/hpeldsp_template.c b/libavcodec/hpeldsp_template.c
index 784d533c72..bcfe591850 100644
--- a/libavcodec/hpeldsp_template.c
+++ b/libavcodec/hpeldsp_template.c
@@ -309,9 +309,9 @@ 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, \
- OPNAME ## _pixels8_8_c, \
- 8) \
+CALL_2X_PIXELS(OPNAME ## _no_rnd_pixels16_8_c, \
+ OPNAME ## _pixels8_8_c, \
+ 8) \
CALL_2X_PIXELS(OPNAME ## _no_rnd_pixels16_x2_8_c, \
OPNAME ## _no_rnd_pixels8_x2_8_c, \
8) \