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

ramiro subversion
Wed Sep 12 01:46:47 CEST 2007


Author: ramiro
Date: Wed Sep 12 01:46:46 2007
New Revision: 10478

Log:
Typo

Modified:
   trunk/libavformat/movenc.c

Modified: trunk/libavformat/movenc.c
==============================================================================
--- trunk/libavformat/movenc.c	(original)
+++ trunk/libavformat/movenc.c	Wed Sep 12 01:46:46 2007
@@ -1540,7 +1540,7 @@ static int mov_write_packet(AVFormatCont
             samplesInChunk++;
         }
         if(samplesInChunk > 1){
-            av_log(s, AV_LOG_ERROR, "fatal error, input is not a single packet, inplement a AVParser for it\n");
+            av_log(s, AV_LOG_ERROR, "fatal error, input is not a single packet, implement a AVParser for it\n");
             return -1;
         }
     } else if (trk->sampleSize)




More information about the ffmpeg-cvslog mailing list