[SCM] libav/experimental: Remove unused variable, patch by Stefan Huehner stefan__at__huehner__dot__org.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:48:14 UTC 2013


The following commit has been merged in the experimental branch:
commit ea138e978aa13e7d1c7add8414bad521c9d941c6
Author: Stefan Huehner <stefan at huehner.org>
Date:   Tue Jun 20 22:19:11 2006 +0000

    Remove unused variable, patch by Stefan Huehner stefan__at__huehner__dot__org.
    
    Originally committed as revision 5506 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/nut.c b/libavformat/nut.c
index 616eba1..1605afa 100644
--- a/libavformat/nut.c
+++ b/libavformat/nut.c
@@ -1413,7 +1413,6 @@ static int nut_read_seek(AVFormatContext *s, int stream_index, int64_t target_ts
 static int nut_read_close(AVFormatContext *s)
 {
     NUTContext *nut = s->priv_data;
-    int i;
 
     av_freep(&nut->stream);
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list