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
1 changed files with 1 additions and 1 deletions

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;
}