diff options
author | Clément Bœsch <ubitux@gmail.com> | 2011-11-16 07:48:23 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2011-11-16 07:48:23 +0100 |
commit | 4da45aff28de618c3be566094952bc19da9c9118 (patch) | |
tree | 98465d8073ceaccd420d3c393ed2e118a89dea73 /libavcodec/x86/dwt.c | |
parent | df72ae673f3743a57726c86f07677fbc14a0117c (diff) | |
download | ffmpeg-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.c | 2 |
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)) |