[SCM] libav/experimental: typo

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:00:42 UTC 2013


The following commit has been merged in the experimental branch:
commit b1b64c237fc81446aa9b2bde8ff35a42941b10b8
Author: Aurelien Jacobs <aurel at gnuage.org>
Date:   Wed May 30 10:04:37 2007 +0000

    typo
    
    Originally committed as revision 9159 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/movenc.c b/libavformat/movenc.c
index a9d989b..8f4f792 100644
--- a/libavformat/movenc.c
+++ b/libavformat/movenc.c
@@ -849,7 +849,7 @@ static int mov_write_mdhd_tag(ByteIOContext *pb, MOVTrack* track)
     if(version!=0 && track->mode == MODE_MOV){
         av_log(NULL, AV_LOG_ERROR,
             "FATAL error, file duration too long for timebase, this file will not be\n"
-            "playable with quicktime. Choose a differnt timebase or a different\n"
+            "playable with quicktime. Choose a different timebase or a different\n"
             "container format\n");
     }
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list