提交 bddc2df5 编写于 作者: B Baptiste Coudurier

10l, typo

Originally committed as revision 20462 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 7aa2d42d
...@@ -1396,7 +1396,7 @@ static int mov_read_ctts(MOVContext *c, ByteIOContext *pb, MOVAtom atom) ...@@ -1396,7 +1396,7 @@ static int mov_read_ctts(MOVContext *c, ByteIOContext *pb, MOVAtom atom)
sc->dts_shift = FFMAX(sc->dts_shift, -duration); 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; return 0;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册