changeset 1391:669d33f6dde5 libavformat

Remove unused variable.
author diego
date Sun, 15 Oct 2006 10:31:50 +0000
parents 0fda3bce9fd9
children a35c953d4561
files wv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;