summaryrefslogtreecommitdiff
path: root/libavcodec/x86/videodsp.asm
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-03-26 18:41:24 +0100
committerDiego Biurrun <diego@biurrun.de>2013-03-27 14:21:45 +0100
commitb6649ab5037fb55f78c2606f3d23cea0867cdeaa (patch)
treeee020173ff0d43fec1ee12adde1e8571ae003b79 /libavcodec/x86/videodsp.asm
parent1db6a080bddd14fed6b29140ecd2e21e42b1c022 (diff)
cosmetics: Remove unnecessary extern keywords from function declarations
Diffstat (limited to 'libavcodec/x86/videodsp.asm')
-rw-r--r--libavcodec/x86/videodsp.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/x86/videodsp.asm b/libavcodec/x86/videodsp.asm
index 19b910b923..34f007f8d2 100644
--- a/libavcodec/x86/videodsp.asm
+++ b/libavcodec/x86/videodsp.asm
@@ -23,9 +23,9 @@
SECTION .text
-; extern void ff_emu_edge_core(uint8_t *buf, const uint8_t *src, x86_reg linesize,
-; x86_reg start_y, x86_reg end_y, x86_reg block_h,
-; x86_reg start_x, x86_reg end_x, x86_reg block_w);
+; void ff_emu_edge_core(uint8_t *buf, const uint8_t *src, x86_reg linesize,
+; x86_reg start_y, x86_reg end_y, x86_reg block_h,
+; x86_reg start_x, x86_reg end_x, x86_reg block_w);
;
; The actual function itself is below. It basically wraps a very simple
; w = end_x - start_x