[SCM] libav/experimental: hpeldsp_template: Drop av_unused attribute from *_no_rnd_pixels16_8_c functions

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:02:25 UTC 2014


The following commit has been merged in the experimental branch:
commit 09d4389de10b03ea65a84eaf3d6c4b7a7538ad75
Author: Diego Biurrun <diego at biurrun.de>
Date:   Fri Jan 10 16:37:23 2014 +0100

    hpeldsp_template: Drop av_unused attribute from *_no_rnd_pixels16_8_c functions

diff --git a/libavcodec/hpeldsp_template.c b/libavcodec/hpeldsp_template.c
index 6869fe2..246421e 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)                                                       \

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list