[FFmpeg-cvslog] r9159 - trunk/libavformat/movenc.c

aurel subversion
Wed May 30 12:04:37 CEST 2007


Author: aurel
Date: Wed May 30 12:04:37 2007
New Revision: 9159

Log:
typo

Modified:
   trunk/libavformat/movenc.c

Modified: trunk/libavformat/movenc.c
==============================================================================
--- trunk/libavformat/movenc.c	(original)
+++ trunk/libavformat/movenc.c	Wed May 30 12:04:37 2007
@@ -849,7 +849,7 @@ static int mov_write_mdhd_tag(ByteIOCont
     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");
     }
 




More information about the ffmpeg-cvslog mailing list