diff wv.c @ 1391:669d33f6dde5 libavformat

Remove unused variable.
author diego
date Sun, 15 Oct 2006 10:31:50 +0000
parents 9ed80abc8eb7
children a782462e2497
line wrap: on
line diff
--- a/wv.c	Sun Oct 15 10:02:21 2006 +0000
+++ b/wv.c	Sun Oct 15 10:31:50 2006 +0000
@@ -162,7 +162,7 @@
                           AVPacket *pkt)
 {
     WVContext *wc = s->priv_data;
-    int ret, samples;
+    int ret;
 
     if (url_feof(&s->pb))
         return -EIO;