diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-11-05 08:53:05 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-11-05 08:53:05 +0000 |
commit | bddc2df52e9c59bcf7e7b87fbd427641cd7d4beb (patch) | |
tree | 3530de75913d126198a17f4e810b01e14c16e066 /libavformat/mov.c | |
parent | 7aa2d42db6ae20d3a640646c94122a75be794ba8 (diff) | |
download | ffmpeg-bddc2df52e9c59bcf7e7b87fbd427641cd7d4beb.tar.gz |
10l, typo
Originally committed as revision 20462 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r-- | libavformat/mov.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c index b4d924edb1..0182df64f7 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -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; } |