From 52743acba37451121d0820150694d13e2f660774 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Mon, 7 Mar 2011 21:50:45 +0100 Subject: cleanup: avoid various GCC warnings --- libmpdemux/demux_ogg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpdemux') diff --git a/libmpdemux/demux_ogg.c b/libmpdemux/demux_ogg.c index 3ba2627414..f2a5aa7059 100644 --- a/libmpdemux/demux_ogg.c +++ b/libmpdemux/demux_ogg.c @@ -1412,7 +1412,7 @@ static void demux_ogg_seek(demuxer_t *demuxer, float rel_seek_secs, demux_stream_t *ds; ogg_packet op; float rate; - int i, sp, first, precision = 1, do_seek = 1; + int i, sp, first = 1, precision = 1, do_seek = 1; vorbis_info *vi = NULL; int64_t gp = 0, old_gp; off_t pos, old_pos; -- cgit v1.2.3