[SCM] libav/experimental: 10l, typo

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:54:07 UTC 2013


The following commit has been merged in the experimental branch:
commit bddc2df52e9c59bcf7e7b87fbd427641cd7d4beb
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Thu Nov 5 08:53:05 2009 +0000

    10l, typo
    
    Originally committed as revision 20462 to svn://svn.ffmpeg.org/ffmpeg/trunk

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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list