[SCM] libav/experimental: fft-test: Make global exptab variable static

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:04:00 UTC 2014


The following commit has been merged in the experimental branch:
commit 20ec0daaa1cdd3996ac6ed0198de961129474044
Author: Diego Biurrun <diego at biurrun.de>
Date:   Mon Jul 21 01:53:16 2014 -0700

    fft-test: Make global exptab variable static

diff --git a/libavcodec/fft-test.c b/libavcodec/fft-test.c
index 2f2f2e9..dbe624d 100644
--- a/libavcodec/fft-test.c
+++ b/libavcodec/fft-test.c
@@ -59,7 +59,7 @@
 #   define FMT "%6d"
 #endif
 
-struct {
+static struct {
     float re, im;
 } *exptab;
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list