Remove unused variable.
authorDiego Biurrun <diego@biurrun.de>
Sun, 15 Oct 2006 10:31:50 +0000 (10:31 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 15 Oct 2006 10:31:50 +0000 (10:31 +0000)
Originally committed as revision 6696 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/wv.c

index 86b7a7bd9c203d32ac9c5e7f91a2ebfeac252ae5..2de07fe3fcf81508fdc32009a328843ff4e8be5c 100644 (file)
@@ -162,7 +162,7 @@ static int wv_read_packet(AVFormatContext *s,
                           AVPacket *pkt)
 {
     WVContext *wc = s->priv_data;
-    int ret, samples;
+    int ret;
 
     if (url_feof(&s->pb))
         return -EIO;