[FFmpeg-cvslog] r20462 - trunk/libavformat/mov.c
bcoudurier
subversion
Thu Nov 5 09:53:06 CET 2009
Author: bcoudurier
Date: Thu Nov 5 09:53:05 2009
New Revision: 20462
Log:
10l, typo
Modified:
trunk/libavformat/mov.c
Modified: trunk/libavformat/mov.c
==============================================================================
--- trunk/libavformat/mov.c Thu Nov 5 09:14:48 2009 (r20461)
+++ trunk/libavformat/mov.c Thu Nov 5 09:53:05 2009 (r20462)
@@ -1396,7 +1396,7 @@ static int mov_read_ctts(MOVContext *c,
sc->dts_shift = FFMAX(sc->dts_shift, -duration);
}
- dprintf(c->fc, "dts shift %d\n", sc->shift);
+ dprintf(c->fc, "dts shift %d\n", sc->dts_shift);
return 0;
}
More information about the ffmpeg-cvslog
mailing list