[Ffmpeg-cvslog] CVS: ffmpeg/libavformat mov.c,1.104,1.105
Alex Beregszaszi
alex
Sun Feb 12 03:24:40 CET 2006
Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv11357
Modified Files:
mov.c
Log Message:
10l, fails to compile when debug enabled
Index: mov.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/mov.c,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -d -r1.104 -r1.105
--- mov.c 11 Feb 2006 21:43:21 -0000 1.104
+++ mov.c 12 Feb 2006 02:24:37 -0000 1.105
@@ -2230,7 +2230,7 @@
// Step 2. Find the corresponding sample using the Time-to-sample atom (stts) */
#ifdef DEBUG
- av_log(s, AV_LOG_DEBUG, "Searching for time %li in stream #%i (time_scale=%i)\n", (long)timestamp, mov_idx, sc->time_scale);
+ av_log(s, AV_LOG_DEBUG, "Searching for time %li in stream #%i (time_scale=%i)\n", (long)sample_time, mov_idx, sc->time_scale);
#endif
start_time = 0; // FIXME use elst atom
sample = 1; // sample are 0 based in table
More information about the ffmpeg-cvslog
mailing list