[MPlayer-users] mencoder typo patch

Colin Marquardt colin at marquardt-home.de
Sun Nov 11 16:41:31 CET 2001


sigkill:/opt/applications/MPlayer-20011108$ diff -u mencoder.c.orig mencoder.c

--- mencoder.c.orig	Sun Nov 11 16:39:49 2001
+++ mencoder.c	Sun Nov 11 16:40:27 2001
@@ -496,7 +496,7 @@
 }
 }
 
-printf("Writting AVI header...\n");
+printf("Writing AVI header...\n");
 aviwrite_write_header(muxer,muxer_f);
 
 switch(mux_v->codec){
@@ -794,7 +794,7 @@
 
 } // while(!eof)
 
-printf("\nWritting AVI index...\n");
+printf("\nWriting AVI index...\n");
 aviwrite_write_index(muxer,muxer_f);
 printf("Fixup AVI header...\n");
 fseek(muxer_f,0,SEEK_SET);

Cheers,
  Colin



More information about the MPlayer-users mailing list