OSDN Git Service

typo
authorAurelien Jacobs <aurel@gnuage.org>
Wed, 30 May 2007 10:04:37 +0000 (10:04 +0000)
committerAurelien Jacobs <aurel@gnuage.org>
Wed, 30 May 2007 10:04:37 +0000 (10:04 +0000)
Originally committed as revision 9159 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/movenc.c

index a9d989b..8f4f792 100644 (file)
@@ -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");
     }