projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b71cf33
)
compilation of mov.c broken patch by (Michel Bardiaux <mbardiaux at peaktime dot...
author
Michel Bardiaux
<mbardiaux@peaktime.be>
Tue, 6 Jul 2004 18:06:17 +0000
(18:06 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Tue, 6 Jul 2004 18:06:17 +0000
(18:06 +0000)
Originally committed as revision 3292 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/mov.c
patch
|
blob
|
blame
|
history
diff --git
a/libavformat/mov.c
b/libavformat/mov.c
index
7c6e982
..
745400b
100644
(file)
--- a/
libavformat/mov.c
+++ b/
libavformat/mov.c
@@
-1985,9
+1985,10
@@
static int mov_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp
// Update other streams
for (i = 0; i<mov->total_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) {