From bddc2df52e9c59bcf7e7b87fbd427641cd7d4beb Mon Sep 17 00:00:00 2001
From: Baptiste Coudurier <baptiste.coudurier@gmail.com>
Date: Thu, 5 Nov 2009 08:53:05 +0000
Subject: [PATCH] 10l, typo

Originally committed as revision 20462 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavformat/mov.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/mov.c b/libavformat/mov.c
index b4d924edb1c..0182df64f73 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;
 }
-- 
GitLab