[SCM] libav/experimental: Remove two unused variables.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:12:05 UTC 2013


The following commit has been merged in the experimental branch:
commit 3f5d7bb331b2bfcdccf8855f6892ae6ae4ace70b
Author: Diego Biurrun <diego at biurrun.de>
Date:   Mon Jan 21 00:29:22 2008 +0000

    Remove two unused variables.
    
    Originally committed as revision 11584 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/ac3enc.c b/libavcodec/ac3enc.c
index af70c12..1b95e80 100644
--- a/libavcodec/ac3enc.c
+++ b/libavcodec/ac3enc.c
@@ -90,7 +90,7 @@ typedef struct IComplex {
 
 static void fft_init(int ln)
 {
-    int i, j, m, n;
+    int i, n;
     float alpha;
 
     n = 1 << ln;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list