diff movenc.c @ 2546:015aa98f3f12 libavformat

Typo
author ramiro
date Tue, 11 Sep 2007 23:46:46 +0000
parents 886efa933499
children 577c8b1dafcc
line wrap: on
line diff
--- a/movenc.c	Tue Sep 11 09:27:46 2007 +0000
+++ b/movenc.c	Tue Sep 11 23:46:46 2007 +0000
@@ -1540,7 +1540,7 @@
             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)