diff options
author | Martin Storsjö <martin@martin.st> | 2013-04-10 19:12:58 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-04-15 12:13:26 +0300 |
commit | c0dcf89887f7fbdd7a8502bc7c715f50157562cb (patch) | |
tree | 33312e12d8ad12364d8a0b888e1ea2c65b59fb96 | |
parent | a3cb865310cc10927e90d7b44d65e3a95af547b6 (diff) | |
download | ffmpeg-c0dcf89887f7fbdd7a8502bc7c715f50157562cb.tar.gz |
bfin: Match DEFUN_END macros to the right functions
Signed-off-by: Martin Storsjö <martin@martin.st>
-rw-r--r-- | libavcodec/bfin/pixels_bfin.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/bfin/pixels_bfin.S b/libavcodec/bfin/pixels_bfin.S index fcf96f8fa4..99d4495800 100644 --- a/libavcodec/bfin/pixels_bfin.S +++ b/libavcodec/bfin/pixels_bfin.S @@ -440,6 +440,7 @@ LE$8OT: DISALGNEXCPT || R2 =[I1++] || [I3++M2] = R5; (r7:4) = [sp++]; unlink; rts; +DEFUN_END(put_pixels8_xy2_nornd) DEFUN(diff_pixels,mL1, (int16_t *block, uint8_t *s1, uint8_t *s2, int stride)): @@ -467,7 +468,7 @@ DEFUN(diff_pixels,mL1, (r7:4) = [sp++]; unlink; rts; -DEFUN_END(put_pixels8_xy2_nornd) +DEFUN_END(diff_pixels) /* for (i = 0; i < 16; i++) { |