diff utils.c @ 683:095009fc2f35 libavformat

kill warnings patch by (M?ns Rullg?rd <mru inprovide com>)
author michael
date Thu, 24 Feb 2005 19:08:50 +0000
parents ffad4fdbd3d1
children e2687b784c3a
line wrap: on
line diff
--- a/utils.c	Thu Feb 24 15:18:02 2005 +0000
+++ b/utils.c	Thu Feb 24 19:08:50 2005 +0000
@@ -1275,7 +1275,6 @@
 }
 
 static int av_seek_frame_byte(AVFormatContext *s, int stream_index, int64_t pos, int flags){
-    AVInputFormat *avif= s->iformat;
     int64_t pos_min, pos_max;
 #if 0
     AVStream *st;