changeset 2690:0a8f2dc62d01 libavformat

Remove unused variables, fixes the following warnings: siff.c:187: warning: unused variable 'snddata' siff.c:186: warning: unused variable 'size2'
author diego
date Wed, 31 Oct 2007 11:35:10 +0000
parents 7d25b8de708d
children 002ab6bbf9db
files siff.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/siff.c	Wed Oct 31 07:27:38 2007 +0000
+++ b/siff.c	Wed Oct 31 11:35:10 2007 +0000
@@ -183,8 +183,7 @@
 static int siff_read_packet(AVFormatContext *s, AVPacket *pkt)
 {
     SIFFContext *c = s->priv_data;
-    int size, size2;
-    uint8_t *snddata;
+    int size;
 
     if (c->has_video){
         if (c->cur_frame >= c->frames)