changeset 5351:49d4ac4b6516 libavformat

10l, typo
author bcoudurier
date Thu, 05 Nov 2009 08:53:05 +0000
parents e5805e11f596
children c8a47f9a36a8
files mov.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mov.c	Thu Nov 05 08:14:48 2009 +0000
+++ b/mov.c	Thu Nov 05 08:53:05 2009 +0000
@@ -1396,7 +1396,7 @@
             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;
 }