# HG changeset patch # User michael # Date 1089137177 0 # Node ID 0ed5d359f63a2aa757e8932e922fd07dd2a2beb5 # Parent 4cf46e9a1bb84fbf6d14f46ca51072c89c9cba0d compilation of mov.c broken patch by (Michel Bardiaux ) diff -r 4cf46e9a1bb8 -r 0ed5d359f63a mov.c --- a/mov.c Tue Jul 06 02:35:39 2004 +0000 +++ b/mov.c Tue Jul 06 18:06:17 2004 +0000 @@ -1985,9 +1985,10 @@ // Update other streams for (i = 0; itotal_streams; i++) { + MOVStreamContext *msc; if (i == mov_idx) continue; // Find the nearest 'next' chunk - MOVStreamContext *msc = mov->streams[i]; + msc = mov->streams[i]; a = 0; b = msc->chunk_count - 1; while (a < b) {