aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/dwt.c
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2011-11-16 07:48:23 +0100
committerClément Bœsch <ubitux@gmail.com>2011-11-16 07:48:23 +0100
commit4da45aff28de618c3be566094952bc19da9c9118 (patch)
tree98465d8073ceaccd420d3c393ed2e118a89dea73 /libavcodec/x86/dwt.c
parentdf72ae673f3743a57726c86f07677fbc14a0117c (diff)
downloadffmpeg-4da45aff28de618c3be566094952bc19da9c9118.tar.gz
cleanup: remove various double end ';' all over the code.
Diffstat (limited to 'libavcodec/x86/dwt.c')
-rw-r--r--libavcodec/x86/dwt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/dwt.c b/libavcodec/x86/dwt.c
index daa7331926..45b3b34ebe 100644
--- a/libavcodec/x86/dwt.c
+++ b/libavcodec/x86/dwt.c
@@ -134,7 +134,7 @@ static void horizontal_compose_dd97i_ssse3(IDWTELEM *b, IDWTELEM *tmp, int w)
void ff_spatial_idwt_init_mmx(DWTContext *d, enum dwt_type type)
{
#if HAVE_YASM
- int mm_flags = av_get_cpu_flags();;
+ int mm_flags = av_get_cpu_flags();
#if !ARCH_X86_64
if (!(mm_flags & AV_CPU_FLAG_MMX))