mirror of https://git.ffmpeg.org/ffmpeg.git
10l, typo
Originally committed as revision 20462 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7aa2d42db6
commit
bddc2df52e
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue