1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-04 09:37:53 +02:00

10l, typo

Originally committed as revision 20462 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier 2009-11-05 08:53:05 +00:00
parent 7aa2d42db6
commit bddc2df52e

View File

@ -1396,7 +1396,7 @@ static int mov_read_ctts(MOVContext *c, ByteIOContext *pb, MOVAtom atom)
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;
}