Browse Source

10l, typo

Originally committed as revision 20462 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Baptiste Coudurier 15 years ago
parent
commit
bddc2df52e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/mov.c

+ 1
- 1
libavformat/mov.c 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;
}


Loading…
Cancel
Save