temporal_filter_apply_sse2.asm: add ':' to label

quiets nasm warning:
label alone on a line without a colon might be in error

BUG=webm:1462

Change-Id: I660407ca60e8c9a810dba9d76afb65852029a29c
This commit is contained in:
James Zern
2017-09-19 18:59:11 -07:00
parent 2a7c0e1c4b
commit 15bea62176

View File

@@ -203,5 +203,5 @@ align 16
_const_top_bit:
times 8 dw 1<<15
align 16
_const_16w
_const_16w:
times 8 dw 16