[FFmpeg-cvslog] arm: Use the matching endfunc macro instead of the assembler directive directly

Martin Storsjö git at videolan.org
Sat Jan 4 13:39:44 CET 2014


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Fri Jan  3 11:39:10 2014 +0200| [3348e3492d0cf605361bacce28b3ddb02e1b563f] | committer: Martin Storsjö

arm: Use the matching endfunc macro instead of the assembler directive directly

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

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

 libavcodec/arm/h264dsp_armv6.S |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/arm/h264dsp_armv6.S b/libavcodec/arm/h264dsp_armv6.S
index c4f12a6..384ed86 100644
--- a/libavcodec/arm/h264dsp_armv6.S
+++ b/libavcodec/arm/h264dsp_armv6.S
@@ -236,7 +236,7 @@ function ff_h264_find_start_code_candidate_armv6, export=1
         @ drop through to 98f
 98:     setend  le
 99:     pop     {v1-v6,pc}
-.endfunc
+endfunc
 
         .unreq  RESULT
         .unreq  BUF



More information about the ffmpeg-cvslog mailing list