From ee88e6f26fcacea021c5f0f78258ba1f6f43d7ef Mon Sep 17 00:00:00 2001 From: ods15 Date: Wed, 11 Oct 2006 20:53:33 +0000 Subject: gcc 2.95 fix git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20164 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream_dvd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream') diff --git a/stream/stream_dvd.c b/stream/stream_dvd.c index 030343fb56..e20bb78f33 100644 --- a/stream/stream_dvd.c +++ b/stream/stream_dvd.c @@ -142,10 +142,10 @@ int dvd_chapter_from_cell(dvd_priv_t* dvd,int title,int cell) int dvd_lang_from_aid(stream_t *stream, int id) { dvd_priv_t *d; + int i; if (!stream) return 0; d = stream->priv; if (!d) return 0; - int i; for(i=0;inr_of_channels;i++) { if(d->audio_streams[i].id==id) return d->audio_streams[i].language; -- cgit v1.2.3