[FFmpeg-cvslog] bfin: Match DEFUN_END macros to the right functions

Martin Storsjö git at videolan.org
Tue Apr 16 00:44:25 CEST 2013


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Wed Apr 10 19:12:58 2013 +0300| [c0dcf89887f7fbdd7a8502bc7c715f50157562cb] | committer: Martin Storsjö

bfin: Match DEFUN_END macros to the right functions

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c0dcf89887f7fbdd7a8502bc7c715f50157562cb
---

 libavcodec/bfin/pixels_bfin.S |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libavcodec/bfin/pixels_bfin.S b/libavcodec/bfin/pixels_bfin.S
index fcf96f8..99d4495 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++) {



More information about the ffmpeg-cvslog mailing list